aboutsummaryrefslogblamecommitdiff
path: root/security/p5-GnuPG/Makefile
blob: 4c1c1f77b9a3390462864827c7e3e602a07a0d56 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                
                                          











                                                      
# New ports collection makefile for:   p5-GnuPG
# Date created:                                2012-07-17
# Whom:                                        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

PERL_CONFIGURE=	yes

MAN3=	GnuPG.3 \
	GnuPG::Tie.3

MAN1=	gpgmailtunl.1

.include <bsd.port.mk>