mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
ac6ec9f259
HTML Document Object
26 lines
555 B
Makefile
26 lines
555 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
|
|
|
|
USE_PERL5= yes
|
|
PERL_CONFIGURE= yes
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN3= HTMLObject::Base.3 HTMLObject::FrameSet.3 HTMLObject::GetCookie.3 \
|
|
HTMLObject::Normal.3 HTMLObject::ReadCookie.3
|
|
|
|
.include <bsd.port.mk>
|