20 lines
409 B
Makefile
20 lines
409 B
Makefile
# $OpenBSD: Makefile,v 1.12 2008/10/10 12:14:17 jasper Exp $
|
|
|
|
COMMENT= perl5 interface to GnuPG
|
|
|
|
MODULES= cpan
|
|
DISTNAME= GnuPG-Interface-0.36
|
|
CATEGORIES= security
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::devel/p5-Class-MethodMaker \
|
|
:gnupg-*:security/gnupg
|
|
|
|
.include <bsd.port.mk>
|