aboutsummaryrefslogtreecommitdiff
path: root/security/openpgpsdk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/openpgpsdk/Makefile')
-rw-r--r--security/openpgpsdk/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/security/openpgpsdk/Makefile b/security/openpgpsdk/Makefile
index 40bc914256d3..21049c57dd7d 100644
--- a/security/openpgpsdk/Makefile
+++ b/security/openpgpsdk/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: openpgpsdk
-# Date created: 2009-02-10
-# Whom: Martin Wilke <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= openpgpsdk
PORTVERSION= 0.9
@@ -17,20 +13,14 @@ COMMENT= OpenPGP SDK
BUILD_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
LIB_DEPENDS= cunit.1:${PORTSDIR}/devel/cunit
-USE_PERL5= yes
+USES= perl5
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --without-idea --with-cunit=${LOCALBASE}
PLIST_FILES= bin/openpgp lib/libops.a
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 700042
-BROKEN= does not build on 6.x.
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/openpgp ${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/lib/libops.a ${PREFIX}/lib/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>