diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/php53-calendar/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 6544fe69914f..c39d45968809 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -449,6 +449,7 @@ SUBDIR += pecl-timezonedb SUBDIR += php5-calendar SUBDIR += php52-calendar + SUBDIR += php53-calendar SUBDIR += phraze SUBDIR += pinfo SUBDIR += pipe diff --git a/misc/php53-calendar/Makefile b/misc/php53-calendar/Makefile new file mode 100644 index 000000000000..804052aa00df --- /dev/null +++ b/misc/php53-calendar/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-calendar +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= misc + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -calendar + +.include "${MASTERDIR}/Makefile" |