5985d2ef24
sthen@ agrees
18 lines
356 B
Makefile
18 lines
356 B
Makefile
# $OpenBSD: Makefile,v 1.10 2010/04/15 14:11:01 ajacoutot Exp $
|
|
|
|
COMMENT= network socket interface support for PHP
|
|
|
|
DISTNAME= Net_Socket-1.0.9
|
|
PKGNAME= pear-${DISTNAME:S/_/-/}p0
|
|
CATEGORIES= net
|
|
|
|
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>
|