[csw-devel] SF.net SVN: gar:[20276] csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/ Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Feb 8 14:08:19 CET 2013
Revision: 20276
http://gar.svn.sourceforge.net/gar/?rev=20276&view=rev
Author: dmichelsen
Date: 2013-02-08 13:08:19 +0000 (Fri, 08 Feb 2013)
Log Message:
-----------
cpan/Time-Duration-Parse/trunk: Update to makemake
Modified Paths:
--------------
csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/Makefile
Modified: csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/Makefile 2013-02-08 13:01:41 UTC (rev 20275)
+++ csw/mgar/pkg/cpan/Time-Duration-Parse/trunk/Makefile 2013-02-08 13:08:19 UTC (rev 20276)
@@ -1,25 +1,24 @@
NAME = Time-Duration-Parse
VERSION = 0.06
-GARTYPE = v2
CATEGORIES = cpan
+GARTYPE = v2
AUTHOR = MIYAGAWA
DESCRIPTION = Parse string that represents time duration
define BLURB
- Parse string that represents time duration
endef
-DISTFILES += COPYING
+CATALOG_RELEASE = unstable
-PACKAGES = CSWpm-time-duration-parse
-CATALOGNAME = pm_time_duration_parse
-ARCHALL = 1
+LICENSE_TEXT = This module is licensed under the perl license
-RUNTIME_DEP_PKGS += CSWpm-exporter-lite
+BUILD_DEP_PKGS += CSWpm-time-duration
-# Remove on next build
-CHECKPKG_OVERRIDES_CSWpm-time-duration-parse += unidentified-dependency|CSWpm-exporter-lite
+PACKAGES += CSWpm-time-duration-parse
+CATALOGNAME_CSWpm-time-duration-parse = pm_time_duration_parse
+SPKG_DESC_CSWpm-time-duration-parse = Parse string that represents time duration
+# There was no information if this is pure Perl or not. Please remove if necessary.
+ARCHALL_CSWpm-time-duration-parse = 1
+RUNTIME_DEP_PKGS_CSWpm-time-duration-parse += CSWpm-exporter-lite
-CONFIGURE_ARGS =
-
include gar/category.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list