aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2014-09-04 14:24:25 +0000
committerAlex Dupre <ale@FreeBSD.org>2014-09-04 14:24:25 +0000
commitf23aed7bde4b7e82cbb2943a38f6f60f51038567 (patch)
tree65444edf752ebaf49e944ea49c7e7dad35e1de9a /misc
parentb3f383ce848e6d547e583f3f4ce764dd3c400cb6 (diff)
downloadports-f23aed7bde4b7e82cbb2943a38f6f60f51038567.tar.gz
ports-f23aed7bde4b7e82cbb2943a38f6f60f51038567.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/php56-calendar/Makefile10
2 files changed, 11 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index c59ae59f2b75..7243b390f1e9 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -351,6 +351,7 @@
SUBDIR += php5-calendar
SUBDIR += php53-calendar
SUBDIR += php55-calendar
+ SUBDIR += php56-calendar
SUBDIR += phraze
SUBDIR += pinfo
SUBDIR += pipe
diff --git a/misc/php56-calendar/Makefile b/misc/php56-calendar/Makefile
new file mode 100644
index 000000000000..939eaa89c77d
--- /dev/null
+++ b/misc/php56-calendar/Makefile
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale@FreeBSD.org>
+# $FreeBSD$
+
+CATEGORIES= misc
+
+MASTERDIR= ${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX= -calendar
+
+.include "${MASTERDIR}/Makefile"