diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-12-18 07:34:09 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-12-18 07:34:09 +0000 |
commit | d9669b026a56c53811cf9dc3952e1f4049648d64 (patch) | |
tree | 0873dc4460cbed225da96e9f6c694aef6120d495 /www/htmlobject | |
parent | e7102d86ec5da6c8ef388fbd83d84b6a3f3b09ef (diff) | |
download | ports-d9669b026a56c53811cf9dc3952e1f4049648d64.tar.gz ports-d9669b026a56c53811cf9dc3952e1f4049648d64.zip |
Notes
Diffstat (limited to 'www/htmlobject')
-rw-r--r-- | www/htmlobject/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/htmlobject/Makefile b/www/htmlobject/Makefile index 81d76ba73c2a..63ac2e188081 100644 --- a/www/htmlobject/Makefile +++ b/www/htmlobject/Makefile @@ -9,11 +9,10 @@ PORTNAME= htmlobject PORTVERSION= 2.28 CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= lib${PORTNAME}-perl-${PORTVERSION} -MAINTAINER= laszlof@FreeBSD.org +MAINTAINER= beech@FreeBSD.org COMMENT= HTML Document Object BUILD_DEPENDS= ${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator \ |