diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-03 01:37:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-03 01:37:56 +0800 |
commit | 747dd08a849413ea83a7f1dbbd1115289735ac08 (patch) | |
tree | 525b917064ba4f7b773ce81e5cfc73856cb28eaf /devel | |
parent | 93aaf3b97ecdd903df15f2cbe76f50c83fb1abf4 (diff) | |
download | freebsd-ports-gnome-747dd08a849413ea83a7f1dbbd1115289735ac08.tar.gz freebsd-ports-gnome-747dd08a849413ea83a7f1dbbd1115289735ac08.tar.zst freebsd-ports-gnome-747dd08a849413ea83a7f1dbbd1115289735ac08.zip |
- Add LICENSE
- Use CPAN as primary WWW
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-DateTime-Format-Strptime/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-Strptime/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-DateTime-Format-Strptime/Makefile b/devel/p5-DateTime-Format-Strptime/Makefile index ce3486413c5a..b0faac28bf42 100644 --- a/devel/p5-DateTime-Format-Strptime/Makefile +++ b/devel/p5-DateTime-Format-Strptime/Makefile @@ -11,6 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Parse and format strp and strf time patterns +LICENSE= ART20 + RUN_DEPENDS= p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime diff --git a/devel/p5-DateTime-Format-Strptime/pkg-descr b/devel/p5-DateTime-Format-Strptime/pkg-descr index be3d4c614413..6ea024c6129a 100644 --- a/devel/p5-DateTime-Format-Strptime/pkg-descr +++ b/devel/p5-DateTime-Format-Strptime/pkg-descr @@ -3,4 +3,4 @@ reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated. -WWW: http://datetime.perl.org/ +WWW: http://search.cpan.org/dist/DateTime-Format-Strptime/ |