mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
5a67738f00
- While here remove old php gruft
22 lines
379 B
Makefile
22 lines
379 B
Makefile
# Created by: chinsan <chinsan.tw@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cvsclient
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= net pear
|
|
MASTER_SITES= http://pecl.php.net/get/
|
|
PKGNAMEPREFIX= pecl-
|
|
DIST_SUBDIR= PECL
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PHP extension for CVS pserver client
|
|
|
|
LICENSE= PHP202
|
|
|
|
USES= tar:tgz
|
|
USE_PHP= yes
|
|
USE_PHPEXT= yes
|
|
IGNORE_WITH_PHP= 56 70
|
|
|
|
.include <bsd.port.mk>
|