diff options
Diffstat (limited to 'www/p5-URI-Sequin/Makefile')
-rw-r--r-- | www/p5-URI-Sequin/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/www/p5-URI-Sequin/Makefile b/www/p5-URI-Sequin/Makefile index c6d531941fb4..67bb438d0ac1 100644 --- a/www/p5-URI-Sequin/Makefile +++ b/www/p5-URI-Sequin/Makefile @@ -6,28 +6,24 @@ # PORTNAME= URI-Sequin -PORTVERSION= 1.1 +PORTVERSION= 1.1.1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= URI +MASTER_SITE_SUBDIR= ../../authors/id/S/SA/SARGIE PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org -WRKSRC= ${WRKDIR}/sequin-${PORTVERSION} PERL_CONFIGURE= yes MAN3= URI::Sequin.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -pre-patch: - @${PERL} -pi -e \ - 's|\);$$|PM=>{q!Sequin.pm!=>q!\$$(INST_LIBDIR)/Sequin.pm!});|' \ - ${WRKSRC}/Makefile.PL - +.ifndef (NOPORTDOCS) post-install: @${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/URI/Sequin/examples @${INSTALL_DATA} ${WRKSRC}/example.pl ${WRKSRC}/ref?.log \ ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/URI/Sequin/examples +.endif .include <bsd.port.mk> |