diff options
author | az <az@FreeBSD.org> | 2013-09-12 03:02:50 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 03:02:50 +0800 |
commit | 776da33fb7d88ebe680e2c46985367b89a897148 (patch) | |
tree | 7127be075a7d938613184f2e73da5dae34882137 /security/signing-party | |
parent | bc405a91614e3d391faf567ec9312cfa29605541 (diff) | |
download | freebsd-ports-gnome-776da33fb7d88ebe680e2c46985367b89a897148.tar.gz freebsd-ports-gnome-776da33fb7d88ebe680e2c46985367b89a897148.tar.zst freebsd-ports-gnome-776da33fb7d88ebe680e2c46985367b89a897148.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'security/signing-party')
-rw-r--r-- | security/signing-party/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/signing-party/Makefile b/security/signing-party/Makefile index 461a6ed67e81..85a8844d6dc7 100644 --- a/security/signing-party/Makefile +++ b/security/signing-party/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: signing-party -# Date created: 13 September 2005 -# Whom: johans -# +# Created by: johans # $FreeBSD$ -# PORTNAME= signing-party PORTVERSION= 1.1.4 @@ -32,7 +28,7 @@ CONFLICTS_INSTALL=sig2dot-[0-9]* springgraph-[0-9]* REINPLACE_ARGS= -i '' USE_GMAKE= yes -USE_PERL5= yes +USES= perl5 SCRIPTS= caff/caff caff/pgp-clean caff/pgp-fixkey gpglist/gpglist \ gpgsigs/gpgsigs gpg-key2ps/gpg-key2ps \ |