openbsd-ports/security/p5-GPG/Makefile

21 lines
432 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2010/12/03 11:46:47 ajacoutot Exp $
2001-04-11 10:35:55 -04:00
COMMENT= perl5 interface to GnuPG using scalars
2001-04-11 10:35:55 -04:00
MODULES= cpan
DISTNAME= GPG-0.06
REVISION= 2
CATEGORIES= security
CPAN_AUTHOR= MILES
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
2001-04-11 10:35:55 -04:00
RUN_DEPENDS= security/gnupg
BUILD_DEPENDS= ${RUN_DEPENDS}
2001-04-11 10:35:55 -04:00
PERMIT_PACKAGE_CDROM= no license
PERMIT_PACKAGE_FTP= no license
PERMIT_DISTFILES_CDROM= no license
PERMIT_DISTFILES_FTP= no license
2001-04-11 10:35:55 -04:00
.include <bsd.port.mk>