diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 21:54:47 +0000 |
commit | 37c0ef8e3bc1afeab57f1c4f837b3c0031db633a (patch) | |
tree | d111af8805f53a860dcffea8daeb8e9837238499 /textproc/p5-Text-Template | |
parent | f7e02694169756b47f76eb898606fb4b51b87123 (diff) | |
download | ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.tar.gz ports-37c0ef8e3bc1afeab57f1c4f837b3c0031db633a.zip |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27429
Diffstat (limited to 'textproc/p5-Text-Template')
-rw-r--r-- | textproc/p5-Text-Template/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Text-Template/Makefile b/textproc/p5-Text-Template/Makefile index 8b1e3e7a8bf2..5e51c3e696dc 100644 --- a/textproc/p5-Text-Template/Makefile +++ b/textproc/p5-Text-Template/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: Text::Template -# Version required: 1.20 # Date created: Thu Oct 28 01:58:13 EDT 1999 # Whom: Bill "I hate Perl" Fumerola # # $FreeBSD$ # -DISTNAME= Text-Template-1.20 -PKGNAME= p5-Text-Template-1.20 +PORTNAME= p5-Text-Template +PORTVERSION= 1.20 CATEGORIES= textproc perl5 MASTER_SITES= http://www.plover.com/~mjd/perl/Template/ \ ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text +DISTNAME= Text-Template-1.20 MAINTAINER= ports@FreeBSD.org |