openbsd-ports/www/p5-HTML-Template/Makefile
steven df275715ba update to 2.8
from new maintainer Jim Dew <jdew at yggdrasil.ca>
after previous maintainer timeout

arch independent, and extend DESCR while here
2006-09-28 22:00:40 +00:00

27 lines
536 B
Makefile

# $OpenBSD: Makefile,v 1.2 2006/09/28 22:00:40 steven Exp $
COMMENT= "use HTML Templates from CGI scripts"
VERSION= 2.8
DISTNAME= HTML-Template-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
HOMEPAGE= http://sourceforge.net/projects/html-template/
MAINTAINER= Jim Dew <jdew@yggdrasil.ca>
# GPL/Artistic license
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>