diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-15 11:02:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-15 11:02:30 +0800 |
commit | 12422a3b545b0951689a77a67bdba86651414111 (patch) | |
tree | 0f90e9bbe314826b60705b191bb04c79d6242864 /security | |
parent | 6454384b603b4fc815b9a21931d91b6d9ff89a08 (diff) | |
download | freebsd-ports-gnome-12422a3b545b0951689a77a67bdba86651414111.tar.gz freebsd-ports-gnome-12422a3b545b0951689a77a67bdba86651414111.tar.zst freebsd-ports-gnome-12422a3b545b0951689a77a67bdba86651414111.zip |
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Module-Signature/Makefile | 3 | ||||
-rw-r--r-- | security/p5-Module-Signature/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index d64a243a696a..f8171d6bfe34 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -10,11 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module signature file manipulation +LICENSE= CC0-1.0 + BUILD_DEPENDS= p5-PAR-Dist>=0:${PORTSDIR}/devel/p5-PAR-Dist RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run CONFIGURE_ENV= PERL_MM_USE_DEFAULT="yes" +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/security/p5-Module-Signature/pkg-plist b/security/p5-Module-Signature/pkg-plist index 29718ba7eb30..3eea2db3f071 100644 --- a/security/p5-Module-Signature/pkg-plist +++ b/security/p5-Module-Signature/pkg-plist @@ -1,4 +1,4 @@ bin/cpansign %%SITE_PERL%%/Module/Signature.pm -%%PERL5_MAN3%%/Module::Signature.3.gz %%PERL5_MAN1%%/cpansign.1.gz +%%PERL5_MAN3%%/Module::Signature.3.gz |