blob: 213ffcb5e140e504ce86ad64fdb51bf599a346fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: pecl-cvsclient
# Date created: 2006/08/21
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $FreeBSD$
#
PORTNAME= cvsclient
PORTVERSION= 0.2
CATEGORIES= net pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= chinsan@FreeBSD.org
COMMENT= A PHP extension for CVS pserver client
USE_PHP= yes
USE_PHPEXT= yes
.include <bsd.port.mk>
|