freebsd-ports/www/htmlobject/Makefile
Ying-Chieh Liao c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00

24 lines
523 B
Makefile

# ex:ts=8
# New ports collection makefile for: htmlobject
# Date created: Jul 30, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= htmlobject
PORTVERSION= 1.09
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= html_object-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= HTML Document Object
PERL_CONFIGURE= yes
MAN3= HTMLObject::Base.3 HTMLObject::FrameSet.3 HTMLObject::GetCookie.3 \
HTMLObject::Normal.3 HTMLObject::ReadCookie.3
.include <bsd.port.mk>