diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-07-28 06:41:19 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-07-28 06:41:19 +0000 |
commit | 8a4f82b6c87200afb8989066688a31956916dd60 (patch) | |
tree | 19e2f669d6bf152fd70640ea07eb44f4fc0df871 /math | |
parent | 06b789ac46ad936a0c38ecfd89a9a86d20df4430 (diff) | |
download | ports-8a4f82b6c87200afb8989066688a31956916dd60.tar.gz ports-8a4f82b6c87200afb8989066688a31956916dd60.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Set-Window/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Set-Window/distinfo | 2 | ||||
-rw-r--r-- | math/p5-Set-Window/pkg-descr | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/math/p5-Set-Window/Makefile b/math/p5-Set-Window/Makefile index 34e141623e43..c0607a00173b 100644 --- a/math/p5-Set-Window/Makefile +++ b/math/p5-Set-Window/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Set-Window -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Set @@ -19,4 +19,7 @@ PERL_CONFIGURE= yes MAN3= Set::Window.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +post-patch: + ${PERL} -pi -e '$$_="" if /use 5/;' ${WRKSRC}/Window.pm + .include <bsd.port.mk> diff --git a/math/p5-Set-Window/distinfo b/math/p5-Set-Window/distinfo index 2dc53c709a58..e9e4e57f090f 100644 --- a/math/p5-Set-Window/distinfo +++ b/math/p5-Set-Window/distinfo @@ -1 +1 @@ -MD5 (Set-Window-1.00.tar.gz) = f42b0eba45cb50b687c3be58945b896c +MD5 (Set-Window-1.01.tar.gz) = ae662383a98133938ff83914f36ee70d diff --git a/math/p5-Set-Window/pkg-descr b/math/p5-Set-Window/pkg-descr index b2215a627c2f..9936c04d9e07 100644 --- a/math/p5-Set-Window/pkg-descr +++ b/math/p5-Set-Window/pkg-descr @@ -5,5 +5,7 @@ Methods are provided for creating and modifying windows, for obtaining information about windows, and for performing some simple set operations on windows. +WWW: http://search.cpan.org/search?dist=Set-Window + -Anton <tobez@FreeBSD.org> |