19 lines
346 B
Makefile
19 lines
346 B
Makefile
# $OpenBSD: Makefile,v 1.13 2010/07/13 20:14:22 sthen Exp $
|
|
|
|
COMMENT= perl5 interface to GnuPG
|
|
|
|
MODULES= cpan
|
|
DISTNAME= GnuPG-0.09
|
|
REVISION= 0
|
|
CATEGORIES= security
|
|
|
|
RUN_DEPENDS= :gnupg-*:security/gnupg
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|