aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-04-23 15:21:26 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-04-23 15:21:26 +0000
commit90dfbebfc83fb5b22bf9b6d32f81055d2b55aa2e (patch)
treefedfd024d2cf153b431fd840577805ec90d70c08 /misc
parent3acf4c24e29e32e82f673183e1acb3f78d002d62 (diff)
downloadports-90dfbebfc83fb5b22bf9b6d32f81055d2b55aa2e.tar.gz
ports-90dfbebfc83fb5b22bf9b6d32f81055d2b55aa2e.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/php52-calendar/Makefile14
2 files changed, 15 insertions, 0 deletions
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 <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= misc
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -calendar
+
+.include "${MASTERDIR}/Makefile"