diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-30 03:35:28 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-30 03:35:28 +0000 |
commit | 2aeed03d208e6334329a39e14291e5b815498749 (patch) | |
tree | 18a264db979c0ffacfee3f31d1b54ff9f39add9b /security/p5-Crypt-PGPSimple | |
parent | 45adb3744bc18b3876419e00873448ccabc7ba20 (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-PGPSimple')
-rw-r--r-- | security/p5-Crypt-PGPSimple/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/p5-Crypt-PGPSimple/Makefile b/security/p5-Crypt-PGPSimple/Makefile index eeb29f3675e4..af660b13e958 100644 --- a/security/p5-Crypt-PGPSimple/Makefile +++ b/security/p5-Crypt-PGPSimple/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-PGPSimple -# Date created: May 25th 2002 -# Whom: Matjaz Prelog <rachek@si.freebsd.org> -# +# Created by: Matjaz Prelog <rachek@si.freebsd.org> # $FreeBSD$ -# PORTNAME= Crypt-PGPSimple PORTVERSION= 0.13 @@ -11,7 +7,7 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= rachek@si.FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Crypt::PGPSimple provides a simple object-oriented interface to PGP RUN_DEPENDS= ${LOCALBASE}/bin/pgp:${PORTSDIR}/security/pgp |