mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
22 lines
463 B
Makefile
22 lines
463 B
Makefile
# New ports collection makefile for: mod_php4
|
|
# Date created: Sun May 28 11:31:54 CEST 2000
|
|
# Whom: Dirk Froemberg <dirk@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
# Instructions on how to enable preferred extensions can be found in the
|
|
# Makefile of the master port (lang/php4).
|
|
#
|
|
|
|
PORTEPOCH= 1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= sysadmin@alexdupre.com
|
|
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
MASTERDIR= ${.CURDIR}/../../lang/php4
|
|
|
|
WITHOUT_CLI= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|