mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
b42f6675bc
Hat: portmgr
37 lines
910 B
Makefile
37 lines
910 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: htmlobject
|
|
# Date created: Jul 30, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= htmlobject
|
|
PORTVERSION= 2.29
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= SF
|
|
DISTNAME= lib${PORTNAME}-perl-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= HTML Document Object
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator \
|
|
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= HTMLObject::Base.3 HTMLObject::Form.3 \
|
|
HTMLObject::FrameSet.3 HTMLObject::HDMLCard.3 \
|
|
HTMLObject::HDMLDeck.3 HTMLObject::Normal.3 \
|
|
HTMLObject::ReadCookie.3 HTMLObject::Template.3 \
|
|
HTMLObject::WAP.3 HTMLObject::WMLCard.3 \
|
|
HTMLObject::WMLDeck.3 HTMLObject::Widgets.3 \
|
|
HTMLObject::ErrorBase.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-extract:
|
|
@${RM} -f ${WRKSRC}/._Makefile.PL
|
|
|
|
.include <bsd.port.post.mk>
|