From 90dfbebfc83fb5b22bf9b6d32f81055d2b55aa2e Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 23 Apr 2010 15:21:26 +0000 Subject: - PHP 5.2 slave port PR: 145772 Submitted by: Alex Keda --- misc/Makefile | 1 + misc/php52-calendar/Makefile | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 misc/php52-calendar/Makefile (limited to 'misc') diff --git a/misc/Makefile b/misc/Makefile index 27708e7c77a6..fa023a0a9cf0 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -434,6 +434,7 @@ SUBDIR += php4-calendar SUBDIR += php4-mcal SUBDIR += php5-calendar + SUBDIR += php52-calendar SUBDIR += phraze SUBDIR += pinfo SUBDIR += pipe diff --git a/misc/php52-calendar/Makefile b/misc/php52-calendar/Makefile new file mode 100644 index 000000000000..30baa13c3ad3 --- /dev/null +++ b/misc/php52-calendar/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-calendar +# Date created: 17 Apr 2010 +# Whom: Alex Keda +# +# $FreeBSD$ +# + +CATEGORIES= misc + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -calendar + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3