diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 15:21:26 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 15:21:26 +0000 |
commit | 90dfbebfc83fb5b22bf9b6d32f81055d2b55aa2e (patch) | |
tree | fedfd024d2cf153b431fd840577805ec90d70c08 /misc | |
parent | 3acf4c24e29e32e82f673183e1acb3f78d002d62 (diff) | |
download | ports-90dfbebfc83fb5b22bf9b6d32f81055d2b55aa2e.tar.gz ports-90dfbebfc83fb5b22bf9b6d32f81055d2b55aa2e.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/php52-calendar/Makefile | 14 |
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" |