mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add a new shared extension for PHP.
This commit is contained in:
parent
b3e2a3505f
commit
a3ff63690b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114046
3 changed files with 29 additions and 0 deletions
|
@ -322,6 +322,7 @@
|
|||
SUBDIR += peq
|
||||
SUBDIR += pg
|
||||
SUBDIR += php4-calendar
|
||||
SUBDIR += php4-mcal
|
||||
SUBDIR += phraze
|
||||
SUBDIR += pinfo
|
||||
SUBDIR += pointless
|
||||
|
|
14
misc/php4-calendar/Makefile
Normal file
14
misc/php4-calendar/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: php4-calendar
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= misc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php4
|
||||
|
||||
PKGNAMESUFFIX= -calendar
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
14
misc/php4-mcal/Makefile
Normal file
14
misc/php4-mcal/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: php4-mcal
|
||||
# Date created: 7 Jul 2004
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CATEGORIES= misc
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php4
|
||||
|
||||
PKGNAMESUFFIX= -mcal
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Add table
Reference in a new issue