2005-12-10 08:28:07 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2005/12/10 13:28:07 steven Exp $
|
2001-03-29 12:37:40 -05:00
|
|
|
|
|
|
|
COMMENT= "perl module to create/verify PGP signatures"
|
2001-02-22 14:37:02 -05:00
|
|
|
|
2005-12-10 08:28:07 -05:00
|
|
|
DISTNAME= PGP-Sign-0.19
|
2001-02-22 14:37:02 -05:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= security perl5
|
2005-12-10 08:28:07 -05:00
|
|
|
|
2002-05-15 13:58:49 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PGP/}
|
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}
|
2002-06-14 17:38:16 -04:00
|
|
|
RUN_DEPENDS= :pgp-5.*:security/pgp5
|
2001-02-22 14:37:02 -05:00
|
|
|
CONFIGURE_ARGS= PGPV="${LOCALBASE}/bin/pgpv" PGPS="${LOCALBASE}/bin/pgps" PGPSTYLE="PGP5"
|
|
|
|
|
|
|
|
.else
|
2002-06-09 01:31:40 -04:00
|
|
|
RUN_DEPENDS= :gnupg-*:security/gnupg
|
2001-02-22 14:37:02 -05:00
|
|
|
CONFIGURE_ARGS= PGP="${LOCALBASE}/bin/gpg" PGPSTYLE="GPG"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
2005-12-10 08:28:07 -05:00
|
|
|
PKG_ARCH= *
|
|
|
|
|
2001-02-22 14:37:02 -05:00
|
|
|
.include <bsd.port.mk>
|