15 lines
257 B
Makefile
15 lines
257 B
Makefile
|
# New ports collection makefile for: php52-iconv
|
||
|
# Date created: 17 Apr 2010
|
||
|
# Whom: Alex Keda <admin@lissyara.su>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
CATEGORIES= converters
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../lang/php52
|
||
|
|
||
|
PKGNAMESUFFIX= -iconv
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|