naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

28 lines
498 B
Makefile

# $OpenBSD: Makefile,v 1.20 2016/03/20 19:56:59 naddy Exp $
COMMENT= Perl interface to gpgme
DISTNAME= Crypt-GpgME-0.09
REVISION= 3
CATEGORIES= devel security
# Perl
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c assuan gpg-error gpgme perl
MODULES= cpan \
devel/gettext
CPAN_AUTHOR= FLORA
LIB_DEPENDS= security/gpgme>=1.1.4
RUN_DEPENDS= devel/p5-IO-stringy \
devel/p5-Test-Exception \
devel/p5-Test-MockModule
BUILD_DEPENDS= sysutils/p5-File-Which \
${RUN_DEPENDS}
.include <bsd.port.mk>