openbsd-ports/security/p5-GPG/Makefile

20 lines
393 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.20 2013/03/11 11:41:27 espie 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_FTP= no license
2001-04-11 10:35:55 -04:00
.include <bsd.port.mk>