30 lines
606 B
Makefile
30 lines
606 B
Makefile
# $OpenBSD: Makefile,v 1.6 2010/10/19 08:02:54 espie Exp $
|
|
|
|
COMMENT= easily generate and process stateful forms
|
|
|
|
MODULES= cpan
|
|
DISTNAME= CGI-FormBuilder-3.0501
|
|
REVISION= 0
|
|
CATEGORIES= www
|
|
EXTRACT_SUFX= .tgz
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
HOMEPAGE= http://www.formbuilder.org/
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
REGRESS_DEPENDS=::textproc/p5-Template \
|
|
::textproc/p5-Text-Template \
|
|
::www/p5-HTML-Template
|
|
|
|
post-extract:
|
|
@rm -f ${WRKSRC}/lib/CGI/FormBuilder.pm.orig
|
|
|
|
.include <bsd.port.mk>
|