freebsd-ports/security/p5-GnuPG/Makefile

24 lines
373 B
Makefile

# Created by: Marcello Coutinho
# $FreeBSD$
PORTNAME= GnuPG
PORTVERSION= 0.19
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= marcellocoutinho@gmail.com
COMMENT= Perl module for interfacing with GnuPG
LICENSE= GPLv2
USES= perl5
USE_PERL5= configure
MAN3= GnuPG.3 \
GnuPG::Tie.3
MAN1= gpgmailtunl.1
NO_STAGE= yes
.include <bsd.port.mk>