mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
d7a605a2ef
Approved by: portmgr (blanket infrastructure)
25 lines
651 B
Makefile
25 lines
651 B
Makefile
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= WWW-Link
|
|
PORTVERSION= 0.036
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Maintain information about the state of links
|
|
|
|
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-HTML-Stream>=0:${PORTSDIR}/www/p5-HTML-Stream \
|
|
p5-CGI-modules>=0:${PORTSDIR}/www/p5-CGI-modules \
|
|
p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet \
|
|
p5-MLDBM>=0:${PORTSDIR}/databases/p5-MLDBM \
|
|
p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|