19 lines
351 B
Makefile
19 lines
351 B
Makefile
# $OpenBSD: Makefile,v 1.9 2010/11/20 17:22:45 espie Exp $
|
|
|
|
COMMENT= authentication system for PHP5
|
|
|
|
DISTNAME= Auth-1.6.1
|
|
PKGNAME= pear-${DISTNAME:S/_/-/}
|
|
REVISION = 0
|
|
CATEGORIES= security
|
|
|
|
MODULES= www/pear
|
|
|
|
# PHP License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|