diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-30 11:35:28 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-30 11:35:28 +0800 |
commit | ee218dc02266946c42df2abdc76512a973d6960a (patch) | |
tree | 18a264db979c0ffacfee3f31d1b54ff9f39add9b /security | |
parent | 479a43a03f1273e62f3050126305a02f53feb4a7 (diff) | |
download | freebsd-ports-gnome-ee218dc02266946c42df2abdc76512a973d6960a.tar.gz freebsd-ports-gnome-ee218dc02266946c42df2abdc76512a973d6960a.tar.zst freebsd-ports-gnome-ee218dc02266946c42df2abdc76512a973d6960a.zip |
- Reassign to the heap due to mail bounces
Diffstat (limited to 'security')
-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 |