df275715ba
from new maintainer Jim Dew <jdew at yggdrasil.ca> after previous maintainer timeout arch independent, and extend DESCR while here
27 lines
536 B
Makefile
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>
|