freebsd-ports/security/p5-Crypt-PGPSimple/Makefile
Ying-Chieh Liao cd058e36e0 add p5-Crypt-PGPSimple 0.13
Crypt::PGPSimple provides a simple object-oriented interface to PGP

PR:		38622
Submitted by:	rachek <rachek@si.freebsd.org>
2002-06-17 20:04:27 +00:00

24 lines
525 B
Makefile

# New ports collection makefile for: p5-Crypt-PGPSimple
# Date created: May 25th 2002
# Whom: Matjaz Prelog <rachek@si.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= Crypt-PGPSimple
PORTVERSION= 0.13
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= rachek@si.FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/bin/pgp:${PORTSDIR}/security/pgp
PERL_CONFIGURE= yes
MAN3= Crypt::PGPSimple.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>