20 lines
358 B
Makefile
20 lines
358 B
Makefile
# $OpenBSD: Makefile,v 1.4 2009/11/06 09:01:07 jasper Exp $
|
|
|
|
COMMENT= IPv4 address handling tools for PHP
|
|
|
|
DISTNAME= Net_IPv4-1.3.0
|
|
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
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|