openbsd-ports/security/p5-PGP-Sign/Makefile

37 lines
897 B
Makefile
Raw Normal View History

2002-07-14 23:26:24 -04:00
# $OpenBSD: Makefile,v 1.9 2002/07/15 03:26:24 shell Exp $
COMMENT= "perl module to create/verify PGP signatures"
2002-07-14 23:26:24 -04:00
DISTNAME= PGP-Sign-0.17
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
2002-05-15 13:58:49 -04:00
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PGP/}
2001-04-17 02:37:33 -04:00
MAINTAINER= Shell Hung <shell@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FLAVORS= pgp pgp5
FLAVOR?=
.if ${FLAVOR:L:Mpgp}
RUN_DEPENDS= :pgp-2.*:security/pgp
CONFIGURE_ARGS= PGPV="${LOCALBASE}/bin/pgpv" PGPS="${LOCALBASE}/bin/pgps" PGPSTYLE="PGP"
.elif ${FLAVOR:L:Mpgp5}
RUN_DEPENDS= :pgp-5.*:security/pgp5
CONFIGURE_ARGS= PGPV="${LOCALBASE}/bin/pgpv" PGPS="${LOCALBASE}/bin/pgps" PGPSTYLE="PGP5"
.else
RUN_DEPENDS= :gnupg-*:security/gnupg
CONFIGURE_ARGS= PGP="${LOCALBASE}/bin/gpg" PGPSTYLE="GPG"
.endif
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>