blob: 5ff18908a3f38f992002c887f3960dc5d4e5950a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= File_Gettext
PORTVERSION= 0.4.2
CATEGORIES= sysutils devel pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR GNU Gettext file parser
USES= pear
USE_PHP= yes
.include <bsd.port.mk>
|