openbsd-ports/www/p5-Apache-ASP/Makefile
peter 3d84d50d69 Initial import of Apache::ASP 2.31
"Apache::ASP provides an Active Server Pages port to the Apache Web
Server with Perl scripting only, and enables developing of dynamic
web applications with session management and embedded perl code."
2002-03-22 08:49:29 +00:00

28 lines
599 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2002/03/22 08:49:29 peter Exp $
COMMENT= "Apache ASP support"
VERSION= 2.31
DISTNAME= Apache-ASP-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
NEED_VERSION= 1.496
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Apache
BUILD_DEPENDS= ::security/p5-Digest-MD5 \
::devel/p5-MLDBM-Sync
RUN_DEPENDS= $(BUILD_DEPENDS) \
::www/mod_perl
MAINTAINER= Peter Galbavy <peter.galbavy@knowtion.net>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>