cc71f11369
PR: 167028 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
24 lines
571 B
Makefile
24 lines
571 B
Makefile
# Ports collection makefile for: pear-File_Gettext
|
|
# Date created: 01 December 2004
|
|
# Whom: 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
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
|
|
USE_PHP= yes
|
|
|
|
PEAR_AUTOINSTALL= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|