diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-28 17:47:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-02-28 17:47:19 +0800 |
commit | 3bc9b67d8e22e6eff335f27a056c2b74deaef724 (patch) | |
tree | 77341c55499c8f1ae2c037f32b1d0fb8bf3ee95e | |
parent | 17df427e1c84330215a234ef200b8e281158a440 (diff) | |
download | freebsd-ports-gnome-3bc9b67d8e22e6eff335f27a056c2b74deaef724.tar.gz freebsd-ports-gnome-3bc9b67d8e22e6eff335f27a056c2b74deaef724.tar.zst freebsd-ports-gnome-3bc9b67d8e22e6eff335f27a056c2b74deaef724.zip |
Use real PORTVERSION
- Add LICENSE
- Remove Perl core modules
- Add NO_ARCH
- Sort PLIST
-rw-r--r-- | mail/p5-Email-Date/Makefile | 10 | ||||
-rw-r--r-- | mail/p5-Email-Date/pkg-plist | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/mail/p5-Email-Date/Makefile b/mail/p5-Email-Date/Makefile index 106d6b0773ec..907016596c90 100644 --- a/mail/p5-Email-Date/Makefile +++ b/mail/p5-Email-Date/Makefile @@ -2,23 +2,25 @@ # $FreeBSD$ PORTNAME= Email-Date -PORTVERSION= 1.10.4 -PORTREVISION= 1 +PORTVERSION= 1.104 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9]+)$/\1/} MAINTAINER= perl@FreeBSD.org COMMENT= Find and Format Date Headers +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Email-Abstract>=2.10:mail/p5-Email-Abstract \ p5-Email-Date-Format>=1:mail/p5-Email-Date-Format \ p5-Email-Simple>=1.9:mail/p5-Email-Simple \ - p5-Time-Piece>=1.08:devel/p5-Time-Piece \ p5-TimeDate>=1.16:devel/p5-TimeDate RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/mail/p5-Email-Date/pkg-plist b/mail/p5-Email-Date/pkg-plist index a0d6395cc645..d4ccc85599bd 100644 --- a/mail/p5-Email-Date/pkg-plist +++ b/mail/p5-Email-Date/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Email::Date.3.gz %%SITE_PERL%%/Email/Date.pm +%%PERL5_MAN3%%/Email::Date.3.gz |