diff options
author | bofh <bofh@FreeBSD.org> | 2017-06-05 06:21:46 +0800 |
---|---|---|
committer | bofh <bofh@FreeBSD.org> | 2017-06-05 06:21:46 +0800 |
commit | e4a02f67a9321e2197e0fa83447108476080be2c (patch) | |
tree | 49e601f74a0f7f75361483f7a847b84df4a54f29 | |
parent | 3922f3af7976c3eb2197b0862d0169a0acf0d891 (diff) | |
download | freebsd-ports-gnome-e4a02f67a9321e2197e0fa83447108476080be2c.tar.gz freebsd-ports-gnome-e4a02f67a9321e2197e0fa83447108476080be2c.tar.zst freebsd-ports-gnome-e4a02f67a9321e2197e0fa83447108476080be2c.zip |
security/p5-PGP-Sign: Remove option for expired security/pgp
- Mark NO_ARCH
- Update pkg-descr
PR: 218937
Submitted by: rene
-rw-r--r-- | security/p5-PGP-Sign/Makefile | 23 | ||||
-rw-r--r-- | security/p5-PGP-Sign/pkg-descr | 2 |
2 files changed, 7 insertions, 18 deletions
diff --git a/security/p5-PGP-Sign/Makefile b/security/p5-PGP-Sign/Makefile index a9b121166c66..4bb1add7d8b9 100644 --- a/security/p5-PGP-Sign/Makefile +++ b/security/p5-PGP-Sign/Makefile @@ -3,7 +3,7 @@ PORTNAME= PGP-Sign PORTVERSION= 0.20 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,23 +14,12 @@ COMMENT= Create detached PGP signatures for data LICENSE= ART10 GPLv1 LICENSE_COMB= dual +BUILD_DEPENDS= gpg:security/gnupg +RUN_DEPENDS= gpg:security/gnupg + USES= perl5 USE_PERL5= configure -CONFIGURE_ARGS= PGP=${PGP} PGPSTYLE=${PGPSTYLE} - -# Currently useful values for DEFAULTPGP are: -# PGP2 - PGP 2.6.* or a reasonable facsimile thereof -# GPG - Gnu Privacy Guard - -OPTIONS_SINGLE= DEFAULTPGP -OPTIONS_SINGLE_DEFAULTPGP= GNUPG PGP2 -OPTIONS_DEFAULT= GNUPG -PGP2_DESC= PGP2 support -GNUPG_BUILD_DEPENDS= gpg:security/gnupg -GNUPG_CONFIGURE_ON= PGP=${LOCALBASE}/bin/gpg PGPSTYLE=GPG -GNUPG_RUN_DEPENDS= gpg:security/gnupg -PGP2_BUILD_DEPENDS= pgp:security/pgp -PGP2_CONFIGURE_ON= PGP=${LOCALBASE}/bin/pgp PGPSTYLE=PGP2 -PGP2_RUN_DEPENDS= pgp:security/pgp +CONFIGURE_ARGS= PGP=${LOCALBASE}/bin/gpg PGPSTYLE=GPG +NO_ARCH= yes .include <bsd.port.mk> diff --git a/security/p5-PGP-Sign/pkg-descr b/security/p5-PGP-Sign/pkg-descr index 20c0ca1eecad..b9fb94480f05 100644 --- a/security/p5-PGP-Sign/pkg-descr +++ b/security/p5-PGP-Sign/pkg-descr @@ -2,6 +2,6 @@ PGP::Sign is a special purpose module designed to create and check detached signatures for data. It's mainly intended to be used for things like reimplementing PGPMoose, signcontrol and pgpverify. -It can use PGP 2.6.*, PGP 5 or Gnu Privacy Guard. +It can use Gnu Privacy Guard. WWW: http://search.cpan.org/dist/PGP-Sign/ |