diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-30 16:48:45 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-30 16:48:45 +0000 |
commit | ac6ec9f259cb4b1876e2b827eebd70c6966fcff8 (patch) | |
tree | cdc7fd56fb0b70be2be3a4d6900bc63122357da2 /www/htmlobject/Makefile | |
parent | 2eb4691928f3d6c8c63b9adb635aed46f582d52e (diff) | |
download | ports-ac6ec9f259cb4b1876e2b827eebd70c6966fcff8.tar.gz ports-ac6ec9f259cb4b1876e2b827eebd70c6966fcff8.zip |
Notes
Diffstat (limited to 'www/htmlobject/Makefile')
-rw-r--r-- | www/htmlobject/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/htmlobject/Makefile b/www/htmlobject/Makefile new file mode 100644 index 000000000000..e32169c39304 --- /dev/null +++ b/www/htmlobject/Makefile @@ -0,0 +1,25 @@ +# 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> |