mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
c22a822e0f
- maintainer is submitter now - description should not mention submitter - man-plist unnecessary Submitted by: az@
27 lines
488 B
Makefile
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>
|