11861db716
from gleydson soares
26 lines
542 B
Makefile
26 lines
542 B
Makefile
# $OpenBSD: Makefile,v 1.9 2011/04/01 07:11:31 jasper Exp $
|
|
|
|
COMMENT= interactive debugger for modperl
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Apache-DB-0.14
|
|
REVISION= 2
|
|
SHARED_ONLY= Yes
|
|
CATEGORIES= www devel
|
|
USE_GROFF = Yes
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= www/mod_perl
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/Apache/DB
|
|
${INSTALL_DATA} ${WRKSRC}/perldb.conf \
|
|
${PREFIX}/share/Apache/DB/perldb.conf.dist
|
|
|
|
.include <bsd.port.mk>
|