16 lines
248 B
Makefile
16 lines
248 B
Makefile
|
COMMENT= resolve relative links in (X)HTML into absolute URI
|
||
|
|
||
|
MODULES= cpan
|
||
|
PKG_ARCH= *
|
||
|
DISTNAME= HTML-ResolveLink-0.05
|
||
|
REVISION= 2
|
||
|
CATEGORIES= www
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
RUN_DEPENDS= www/p5-HTML-Parser \
|
||
|
www/p5-URI
|
||
|
|
||
|
.include <bsd.port.mk>
|