aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-GnuPG/Makefile
blob: bf806e20975e505c964e1f764f644e3b29754f3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Marcello Coutinho
# $FreeBSD$

PORTNAME=   GnuPG
PORTVERSION=    0.19
PORTREVISION=   1
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

.include <bsd.port.mk>