blob: f15d57a794a0d600ce2de30aa9956b2b3bd08eff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# New ports collection makefile for: php4-recode
# Date created: 7 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 1
CATEGORIES= converters
MASTERDIR= ${.CURDIR}/../../lang/php4
PKGNAMESUFFIX= -recode
.include "${MASTERDIR}/Makefile"
|