diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-28 17:46:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-02-28 17:46:39 +0800 |
commit | b015344782b104d8b68b37da6af1ba0c619534ca (patch) | |
tree | ffde99d58a373fd171363069a4c0740b1a791c8b | |
parent | 8e426912397fc7ff64c9390c46de52dcd0eb13a4 (diff) | |
download | freebsd-ports-gnome-b015344782b104d8b68b37da6af1ba0c619534ca.tar.gz freebsd-ports-gnome-b015344782b104d8b68b37da6af1ba0c619534ca.tar.zst freebsd-ports-gnome-b015344782b104d8b68b37da6af1ba0c619534ca.zip |
Use real PORTVERSION
- Remove DISTVERSION
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
-rw-r--r-- | devel/p5-DateTime-Format-IBeat/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-DateTime-Format-IBeat/pkg-plist | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/p5-DateTime-Format-IBeat/Makefile b/devel/p5-DateTime-Format-IBeat/Makefile index a59738994b74..fa5e7691b609 100644 --- a/devel/p5-DateTime-Format-IBeat/Makefile +++ b/devel/p5-DateTime-Format-IBeat/Makefile @@ -2,9 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Format-IBeat -PORTVERSION= 0.16.1 -PORTREVISION= 1 -DISTVERSION= ${PORTVERSION:C/\.(.)$/\1/} +PORTVERSION= 0.161 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -13,9 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Format times in .beat notation +LICENSE= ART10 GPLv2 +LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/Artistic +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING + BUILD_DEPENDS= p5-DateTime>=0:devel/p5-DateTime RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/devel/p5-DateTime-Format-IBeat/pkg-plist b/devel/p5-DateTime-Format-IBeat/pkg-plist index 42a5fc027cd2..82c14aa7c0a4 100644 --- a/devel/p5-DateTime-Format-IBeat/pkg-plist +++ b/devel/p5-DateTime-Format-IBeat/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/DateTime::Format::IBeat.3.gz %%SITE_PERL%%/DateTime/Format/IBeat.pm +%%PERL5_MAN3%%/DateTime::Format::IBeat.3.gz |