2013-03-17 09:11:30 +01:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2007-04-29 23:34:35 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Services_W3C_HTMLValidator
|
2011-02-26 10:24:15 +01:00
|
|
|
PORTVERSION= 1.0.0
|
|
|
|
PORTEPOCH= 1
|
2007-04-29 23:34:35 +02:00
|
|
|
CATEGORIES= www pear
|
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= An Object Oriented Interface to the W3C HTML Validator service.
|
|
|
|
|
2009-01-27 17:14:35 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
|
|
${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
|
2009-02-04 08:10:43 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
|
|
${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2
|
2007-04-29 23:34:35 +02:00
|
|
|
|
2013-03-17 09:11:30 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2007-04-29 23:34:35 +02:00
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2007-04-29 23:34:35 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|