21 lines
361 B
Makefile
21 lines
361 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:23:52 espie Exp $
|
|
|
|
COMMENT= handle GnuPG-encrypted/signed messages
|
|
|
|
DISTNAME= Mail-GnuPG-0.16
|
|
CATEGORIES= mail security
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= security/p5-GnuPG-Interface>=0.44 \
|
|
mail/p5-MIME-tools>=5.428
|
|
|
|
MODULES= cpan
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
MAKE_ENV+= TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|