228609afe1
HTML::ResolveLink is a module to rewrite relative links in XHTML or HTML into absolute URI.
21 lines
424 B
Makefile
21 lines
424 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/25 21:30:27 simon Exp $
|
|
|
|
COMMENT= resolve relative links in (X)HTML into absolute URI
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTML-ResolveLink-0.05
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::www/p5-HTML-Parser \
|
|
::www/p5-URI
|
|
|
|
.include <bsd.port.mk>
|