diff options
author | Johan van Selst <johans@FreeBSD.org> | 2014-07-07 19:19:09 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2014-07-07 19:19:09 +0000 |
commit | 30f7fdb00161430333f57720c208db5cf3073f30 (patch) | |
tree | fa71f5b8516d140113d98561007f6ff9f394e30e /security/netpgp/Makefile | |
parent | ea23d74eae96c358e934063dd4ec820272275db4 (diff) | |
download | ports-30f7fdb00161430333f57720c208db5cf3073f30.tar.gz ports-30f7fdb00161430333f57720c208db5cf3073f30.zip |
Notes
Diffstat (limited to 'security/netpgp/Makefile')
-rw-r--r-- | security/netpgp/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/netpgp/Makefile b/security/netpgp/Makefile index 8cb8dacfac8a..a7a88b3f4ed2 100644 --- a/security/netpgp/Makefile +++ b/security/netpgp/Makefile @@ -1,19 +1,18 @@ # $FreeBSD$ PORTNAME= netpgp -PORTVERSION= 20101107 +PORTVERSION= 20140220 CATEGORIES= security -MASTER_SITES= NETBSD/LOCAL_PORTS +MASTER_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/LOCAL_PORTS/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= johans@FreeBSD.org COMMENT= PGP signing, verification, encryption, and decryption program -LICENSE= BSD - USES= libtool USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip CFLAGS+= -Wno-error .if !exists(/usr/include/openssl/idea.h) |