diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 03:41:31 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 03:41:31 +0000 |
commit | e706fb97f76987b8be5ed9cfb099a79b342a5316 (patch) | |
tree | f4e878a1a9326f0bbf3f2beeb144ce6139e5608d /security/p5-Crypt-GeneratePassword/Makefile | |
parent | 51c4afde48271b391341c98c8e989c6f06d9d8ae (diff) |
- Reassign to the heap at maintainer's request
Notes
Notes:
svn path=/head/; revision=304807
Diffstat (limited to 'security/p5-Crypt-GeneratePassword/Makefile')
-rw-r--r-- | security/p5-Crypt-GeneratePassword/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/p5-Crypt-GeneratePassword/Makefile b/security/p5-Crypt-GeneratePassword/Makefile index 98be475f1161..eed77fd5c69c 100644 --- a/security/p5-Crypt-GeneratePassword/Makefile +++ b/security/p5-Crypt-GeneratePassword/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Crypt-GeneratePassword -# Date created: 14 August 2003 -# Whom: andrew@scoop.co.nz -# +# Created by: andrew@scoop.co.nz # $FreeBSD$ -# PORTNAME= Crypt-GeneratePassword PORTVERSION= 0.03 @@ -11,7 +7,7 @@ CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= andrew@scoop.co.nz +MAINTAINER= ports@FreeBSD.org COMMENT= Generate secure random pronounceable passwords PERL_CONFIGURE= yes |