blob: 89ff29a88ffb6fd665edb937547b3a49b609f1cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: php4-readline
# Date created: 7 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
DEPRECATED= php4 is EOLed
EXPIRATION_DATE= 2012-05-10
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php4
PKGNAMESUFFIX= -readline
.include "${MASTERDIR}/Makefile"
|