1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/security/p5-GnuPG/Makefile
Carlo Strub c22a822e0f Fix some errors in the port:
- maintainer is submitter now
- description should not mention submitter
- man-plist unnecessary

Submitted by:	az@
2012-07-21 12:33:29 +00:00

27 lines
488 B
Makefile

# 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>