2010-10-18 17:41:44 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2010/10/18 21:41:47 espie Exp $
|
2001-03-29 12:37:40 -05:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= perl module to create/verify PGP signatures
|
2001-02-22 14:37:02 -05:00
|
|
|
|
2007-01-15 12:40:09 -05:00
|
|
|
MODULES= cpan
|
2008-10-10 08:23:23 -04:00
|
|
|
DISTNAME= PGP-Sign-0.20
|
2010-08-25 02:34:50 -04:00
|
|
|
REVISION= 1
|
2007-01-15 12:40:09 -05:00
|
|
|
CATEGORIES= security
|
2010-10-18 17:41:44 -04:00
|
|
|
USE_GROFF = Yes
|
2001-02-22 14:37:02 -05:00
|
|
|
|
2005-12-10 08:28:07 -05:00
|
|
|
# perl
|
2001-02-22 14:37:02 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2005-12-10 08:28:07 -05:00
|
|
|
FLAVORS= pgp
|
|
|
|
FLAVOR?=
|
2001-02-22 14:37:02 -05:00
|
|
|
|
|
|
|
.if ${FLAVOR:L:Mpgp}
|
2009-03-16 18:44:19 -04:00
|
|
|
RUN_DEPENDS= :pgp->=5,<6:security/pgp5
|
2001-02-22 14:37:02 -05:00
|
|
|
CONFIGURE_ARGS= PGPV="${LOCALBASE}/bin/pgpv" PGPS="${LOCALBASE}/bin/pgps" PGPSTYLE="PGP5"
|
|
|
|
.else
|
2010-08-25 02:34:50 -04:00
|
|
|
RUN_DEPENDS= :gnupg-<2:security/gnupg
|
2001-02-22 14:37:02 -05:00
|
|
|
CONFIGURE_ARGS= PGP="${LOCALBASE}/bin/gpg" PGPSTYLE="GPG"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2005-12-10 08:28:07 -05:00
|
|
|
|
2001-02-22 14:37:02 -05:00
|
|
|
.include <bsd.port.mk>
|