openbsd-ports/security/p5-Crypt-GpgME/Makefile

31 lines
617 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2010/12/03 11:46:46 ajacoutot Exp $
COMMENT= Perl interface to gpgme
SHARED_ONLY= Yes
MODULES= cpan
2008-10-08 13:44:40 -04:00
DISTNAME= Crypt-GpgME-0.08
REVISION= 1
2008-05-08 18:44:13 -04:00
CATEGORIES= devel security
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-11 13:43:10 -05:00
WANTLIB= gpg-error iconv intl gpgme
2008-02-02 04:30:54 -05:00
2010-11-20 12:22:40 -05:00
LIB_DEPENDS= security/gpgme>=1.1.4
2010-11-20 12:22:40 -05:00
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>