2cba6cd79f
PR: ports/123530 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: flz (portmgr)
23 lines
515 B
Makefile
23 lines
515 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 perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= rachek@si.FreeBSD.org
|
|
COMMENT= Crypt::PGPSimple provides a simple object-oriented interface to PGP
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/pgp:${PORTSDIR}/security/pgp
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Crypt::PGPSimple.3
|
|
|
|
.include <bsd.port.mk>
|