aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pear-File/Makefile
blob: 37caee736a77c5163b7bd87beab682ee81ba6b6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: Thierry Thomas (<thierry@pompo.net>)
# $FreeBSD$

PORTNAME=	File
PORTVERSION=	1.4.1
PORTEPOCH=	2
CATEGORIES=	sysutils www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	PEAR common file and directory routines

USES=		pear php
USE_PHP=	pcre

.include <bsd.port.mk>