diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2005-12-19 18:15:01 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2005-12-19 18:15:01 +0000 |
commit | c4dbf608cd4cd4172c7756cfefb2f29ef390af66 (patch) | |
tree | ab506b5c8c9407031518a9b16614f8585ac738ca /lang/p5-Interpolation | |
parent | 1fd1ff68eeb50d97c362ad8f54531dc5a52a6e44 (diff) | |
download | ports-c4dbf608cd4cd4172c7756cfefb2f29ef390af66.tar.gz ports-c4dbf608cd4cd4172c7756cfefb2f29ef390af66.zip |
Notes
Diffstat (limited to 'lang/p5-Interpolation')
-rw-r--r-- | lang/p5-Interpolation/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/p5-Interpolation/Makefile b/lang/p5-Interpolation/Makefile index 5d5e2bcad67b..79e4ceac1548 100644 --- a/lang/p5-Interpolation/Makefile +++ b/lang/p5-Interpolation/Makefile @@ -11,6 +11,7 @@ CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/J/JE/JENDA PKGNAMEPREFIX= p5- +WRKSRC= ${WRKDIR}/${PORTNAME}-0.70 MAINTAINER= perl@FreeBSD.org COMMENT= Implement arbitrary string interpolation semantics for Perl |