2002-06-27 09:46:35 +02:00
|
|
|
# New ports collection makefile for: p5-HTML-Parser
|
|
|
|
# Date created: 21 June 2002
|
|
|
|
# Whom: Joseph Koshy <jkoshy@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTML-WebMake
|
|
|
|
PORTVERSION= 2.3
|
2012-04-03 04:43:03 +02:00
|
|
|
PORTREVISION= 2
|
2002-06-27 09:46:35 +02:00
|
|
|
CATEGORIES= www perl5
|
2003-05-16 03:26:39 +02:00
|
|
|
MASTER_SITES= http://webmake.sourceforge.net/released/ \
|
|
|
|
http://webmake.taint.org/released/
|
2002-06-27 09:46:35 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-10 11:21:53 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A simple perl based website content management system
|
2002-06-27 09:46:35 +02:00
|
|
|
|
2012-04-03 04:43:03 +02:00
|
|
|
BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
|
|
|
p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
|
|
|
|
p5-Text-EtText>=0:${PORTSDIR}/textproc/p5-Text-EtText \
|
|
|
|
p5-XML-Sablotron>=0:${PORTSDIR}/textproc/p5-XML-Sablotron \
|
|
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2002-06-27 09:46:35 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= webmake.1
|
2009-01-15 00:06:48 +01:00
|
|
|
MAN3= HTML::WebMake.3 HTML::WebMake::MetadataContent.3 HTML::WebMake::PerlCodeLibrary.3 \
|
|
|
|
HTML::WebMake::Content.3 HTML::WebMake::Main.3 HTML::WebMake::Util.3
|
2002-06-27 09:46:35 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|