mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
68733f2fba
Changes: http://pecl.php.net/package-changelog.php?package=yp PR: ports/189935 Submitted by: Gasol Wu <gasol.wu@gmail.com> (maintainer)
21 lines
348 B
Makefile
21 lines
348 B
Makefile
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= yp
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= net pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= YP/NIS functions binding for PHP
|
|
|
|
LICENSE= PHP301
|
|
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
USES= tar:tgz
|
|
|
|
.include <bsd.port.mk>
|