aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2003-07-16 10:58:49 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2003-07-16 10:58:49 +0000
commit1e66c588edd400022e3da035fbe71088d36b1a2e (patch)
tree2e4c681a2c936155d7d7b414d7d099696787e6a6 /www
parent086754e62e3aa7cbb9d1db16e5aaa9368c434e22 (diff)
downloadports-1e66c588edd400022e3da035fbe71088d36b1a2e.tar.gz
ports-1e66c588edd400022e3da035fbe71088d36b1a2e.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/checkbot/Makefile16
-rw-r--r--www/checkbot/distinfo2
-rw-r--r--www/checkbot/pkg-plist5
3 files changed, 9 insertions, 14 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile
index 650ae54aea9f..a92f6e49e75c 100644
--- a/www/checkbot/Makefile
+++ b/www/checkbot/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= checkbot
-PORTVERSION= 1.71
+PORTVERSION= 1.72
CATEGORIES= www perl5
MASTER_SITES= http://degraaff.org/checkbot/ \
http://www.de.freebsd.org/~wosch/src/
@@ -14,22 +14,18 @@ MASTER_SITES= http://degraaff.org/checkbot/ \
MAINTAINER= wosch@FreeBSD.org
COMMENT= A WWW link verifier, similar like momspider
-SITE_PERL= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
-
-BUILD_DEPENDS= \
+RUN_DEPENDS= \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \
${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools \
+ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
+ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
+MAN1PREFIX= ${PREFIX}/share
MAN1= checkbot.1
USE_PERL5= YES
-
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
- PREFIX=${PREFIX}
+PERL_CONFIGURE= yes
.include <bsd.port.mk>
diff --git a/www/checkbot/distinfo b/www/checkbot/distinfo
index bc8551b6c35c..4699cc1dc5c1 100644
--- a/www/checkbot/distinfo
+++ b/www/checkbot/distinfo
@@ -1 +1 @@
-MD5 (checkbot-1.71.tar.gz) = b2152d3f9da604bd85fd0e3a0c5fd640
+MD5 (checkbot-1.72.tar.gz) = f485fa5c4c513d9fd0421c28f43f03df
diff --git a/www/checkbot/pkg-plist b/www/checkbot/pkg-plist
index b736f0d4abf1..bb91cb09da36 100644
--- a/www/checkbot/pkg-plist
+++ b/www/checkbot/pkg-plist
@@ -1,4 +1,3 @@
bin/checkbot
-man/man1/checkbot.1.gz
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/checkbot/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/checkbot
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/checkbot/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/checkbot