diff options
author | roam <roam@FreeBSD.org> | 2004-06-29 17:07:17 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-06-29 17:07:17 +0800 |
commit | f43b8f74aec930ecb0501486364d5d214366b1c3 (patch) | |
tree | 2333745aa407f431a5b25864c8188a90a0d8feca /textproc/p5-Time-Human/Makefile | |
parent | e15a036d38a904970b1f85927d19129a6ee6ce98 (diff) | |
download | freebsd-ports-gnome-f43b8f74aec930ecb0501486364d5d214366b1c3.tar.gz freebsd-ports-gnome-f43b8f74aec930ecb0501486364d5d214366b1c3.tar.zst freebsd-ports-gnome-f43b8f74aec930ecb0501486364d5d214366b1c3.zip |
Okay, here's a Perl 5.00503-friendly version.
Diffstat (limited to 'textproc/p5-Time-Human/Makefile')
-rw-r--r-- | textproc/p5-Time-Human/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Time-Human/Makefile b/textproc/p5-Time-Human/Makefile index 9e4e5e20e800..f164fe050f2d 100644 --- a/textproc/p5-Time-Human/Makefile +++ b/textproc/p5-Time-Human/Makefile @@ -7,6 +7,7 @@ PORTNAME= Time-Human PORTVERSION= 1.02 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Time @@ -22,7 +23,7 @@ MAN3= Time::Human.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -BROKEN= Does not build with Perl 5.005. +EXTRA_PATCHES+= ${PATCHDIR}/Human.pm-5005.patch .endif .include <bsd.port.post.mk> |