openbsd-ports/security/p5-PGP-Sign/Makefile
ajacoutot df4e1203e4 Bump after recent cpan.port.mk change.
ok jasper@
(final commit)
2010-12-03 11:46:46 +00:00

31 lines
645 B
Makefile

# $OpenBSD: Makefile,v 1.22 2010/12/03 11:46:47 ajacoutot Exp $
COMMENT= perl module to create/verify PGP signatures
MODULES= cpan
DISTNAME= PGP-Sign-0.20
REVISION= 2
CATEGORIES= security
USE_GROFF = Yes
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FLAVORS= pgp
FLAVOR?=
.if ${FLAVOR:L:Mpgp}
RUN_DEPENDS= pgp->=5,<6:security/pgp5
CONFIGURE_ARGS= PGPV="${LOCALBASE}/bin/pgpv" PGPS="${LOCALBASE}/bin/pgps" PGPSTYLE="PGP5"
.else
RUN_DEPENDS= security/gnupg
CONFIGURE_ARGS= PGP="${LOCALBASE}/bin/gpg" PGPSTYLE="GPG"
.endif
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>