summaryrefslogtreecommitdiff
path: root/www/p5-URI-Sequin/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-10-30 12:40:56 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-10-30 12:40:56 +0000
commit094572f4832cef52b362075e00290e1208af1c55 (patch)
tree50ba3e74f059e89b8e32f8a6830029400ac8f2f3 /www/p5-URI-Sequin/Makefile
parentUpdate port suite to version 1.1.8. (diff)
Update to 1.1; add WWW.
Notes
Notes: svn path=/head/; revision=49379
Diffstat (limited to 'www/p5-URI-Sequin/Makefile')
-rw-r--r--www/p5-URI-Sequin/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-URI-Sequin/Makefile b/www/p5-URI-Sequin/Makefile
index 894d8b3fcaaf..c6d531941fb4 100644
--- a/www/p5-URI-Sequin/Makefile
+++ b/www/p5-URI-Sequin/Makefile
@@ -5,15 +5,16 @@
# $FreeBSD$
#
-PORTNAME= Sequin
-PORTVERSION= 1.0
+PORTNAME= URI-Sequin
+PORTVERSION= 1.1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= URI
-PKGNAMEPREFIX= p5-URI-
+PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
+WRKSRC= ${WRKDIR}/sequin-${PORTVERSION}
PERL_CONFIGURE= yes
MAN3= URI::Sequin.3
@@ -26,7 +27,7 @@ pre-patch:
post-install:
@${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/URI/Sequin/examples
- @${INSTALL_DATA} ${WRKSRC}/Example.pl ${WRKSRC}/referer_log?.txt \
+ @${INSTALL_DATA} ${WRKSRC}/example.pl ${WRKSRC}/ref?.log \
${PREFIX}/lib/perl5/site_perl/${PERL_VER}/URI/Sequin/examples
.include <bsd.port.mk>