20 lines
396 B
Makefile
20 lines
396 B
Makefile
# New ports collection makefile for: php3
|
|
# Date created: Mon Feb 26 12:20:25 CET 2001
|
|
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= php3
|
|
PORTREVISION= 1
|
|
CATEGORIES= lang
|
|
|
|
MASTERDIR= ${.CURDIR}/../../www/mod_php3
|
|
COMMENT= ${PKGDIR}/pkg-comment.standalone
|
|
PKGMESSAGE= mustnotexist
|
|
PLIST= ${PKGDIR}/pkg-plist.standalone
|
|
|
|
STANDALONE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|