diff options
author | mat <mat@FreeBSD.org> | 2005-12-20 02:15:01 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2005-12-20 02:15:01 +0800 |
commit | bd57a966a3b697e08c0a91c10cab1d47cd250c7e (patch) | |
tree | fb3db17be8c6b83ca3d0d79c298db70fe19d1f8d /lang | |
parent | ac052fa225e460e2b692c10f43db23f47f6a8176 (diff) | |
download | freebsd-ports-gnome-bd57a966a3b697e08c0a91c10cab1d47cd250c7e.tar.gz freebsd-ports-gnome-bd57a966a3b697e08c0a91c10cab1d47cd250c7e.tar.zst freebsd-ports-gnome-bd57a966a3b697e08c0a91c10cab1d47cd250c7e.zip |
works better like that
Pointy hat to: tobez and aaron
Diffstat (limited to 'lang')
-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 |