2fde866515
checked with a batch "make show=PKGNAMES" before and after.
20 lines
424 B
Makefile
20 lines
424 B
Makefile
# $OpenBSD: Makefile,v 1.6 2011/06/04 11:41:08 sthen Exp $
|
|
|
|
COMMENT= SQL builder, object interface to database tables
|
|
|
|
DISTNAME= DB_DataObject-1.8.10
|
|
PKGNAME= pear-${DISTNAME} # does not substitute _ for -
|
|
CATEGORIES= databases
|
|
|
|
MODULES= www/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= databases/pear-MDB2
|
|
|
|
.include <bsd.port.mk>
|