diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2007-01-04 14:18:50 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2007-01-04 14:18:50 +0000 |
commit | e5f205dc43e73687e91fdcf3fba0e021788269ae (patch) | |
tree | ba748c778fa1a16a8b42e8211cab70f7d1694ad6 /www/p5-HTML-SimpleLinkExtor | |
parent | 20a3ee6f8da81780dc8581996f951a06e937fbaa (diff) |
Notes
Diffstat (limited to 'www/p5-HTML-SimpleLinkExtor')
-rw-r--r-- | www/p5-HTML-SimpleLinkExtor/Makefile | 16 | ||||
-rw-r--r-- | www/p5-HTML-SimpleLinkExtor/distinfo | 6 | ||||
-rw-r--r-- | www/p5-HTML-SimpleLinkExtor/pkg-plist | 1 |
3 files changed, 18 insertions, 5 deletions
diff --git a/www/p5-HTML-SimpleLinkExtor/Makefile b/www/p5-HTML-SimpleLinkExtor/Makefile index 298d641a6e1e..c9485ea41cb2 100644 --- a/www/p5-HTML-SimpleLinkExtor/Makefile +++ b/www/p5-HTML-SimpleLinkExtor/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-SimpleLinkExtor -PORTVERSION= 1.13 +PORTVERSION= 1.14 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -21,6 +21,18 @@ BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes +MAN1= linktractor.1 MAN3= HTML::SimpleLinkExtor.3 -.include <bsd.port.mk> +post-patch: + ${PERL} -i -pe \ + 's|INST_MAN3DIR\)/linktractor|INST_MAN1DIR)/linktractor|' \ + ${WRKSRC}/Makefile.PL + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/www/p5-HTML-SimpleLinkExtor/distinfo b/www/p5-HTML-SimpleLinkExtor/distinfo index 01f964fdece0..0e9e1b400d95 100644 --- a/www/p5-HTML-SimpleLinkExtor/distinfo +++ b/www/p5-HTML-SimpleLinkExtor/distinfo @@ -1,3 +1,3 @@ -MD5 (HTML-SimpleLinkExtor-1.13.tar.gz) = 5fbc0759423a9365a68b26be2d2eb233 -SHA256 (HTML-SimpleLinkExtor-1.13.tar.gz) = 945f394458dc03e7480e8f86efe174c88fafe297cb20f49f00d4e82aedf7146f -SIZE (HTML-SimpleLinkExtor-1.13.tar.gz) = 7144 +MD5 (HTML-SimpleLinkExtor-1.14.tar.gz) = 3452fb7fa1ce8f896bd188578d5eb436 +SHA256 (HTML-SimpleLinkExtor-1.14.tar.gz) = f469b7de46d5e12820d6d60d6350cdcd00ca543e8ac250d257a22574410e6355 +SIZE (HTML-SimpleLinkExtor-1.14.tar.gz) = 7792 diff --git a/www/p5-HTML-SimpleLinkExtor/pkg-plist b/www/p5-HTML-SimpleLinkExtor/pkg-plist index 175fddf7819e..24a9240f8d4c 100644 --- a/www/p5-HTML-SimpleLinkExtor/pkg-plist +++ b/www/p5-HTML-SimpleLinkExtor/pkg-plist @@ -1,4 +1,5 @@ @comment $FreeBSD$ +bin/linktractor %%SITE_PERL%%/HTML/SimpleLinkExtor.pm %%SITE_PERL%%/auto/HTML/SimpleLinkExtor/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/SimpleLinkExtor/.packlist |