diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-11-16 10:48:48 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-11-16 10:48:48 +0000 |
commit | 687591dd75e7bc33dfeb597493d97e5baaf89f1d (patch) | |
tree | a2ff3d816b255016827738be132f8fc8bff8f5d9 /misc | |
parent | aac918473dab5c241575ef1faf6f91a1736df61d (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/php72-calendar/Makefile | 9 | ||||
-rw-r--r-- | misc/php72-calendar/php71-calendar/Makefile | 9 |
3 files changed, 19 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 1ac8d4b0db02..40df048b8a3d 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -363,6 +363,7 @@ SUBDIR += php56-calendar SUBDIR += php70-calendar SUBDIR += php71-calendar + SUBDIR += php72-calendar SUBDIR += phraze SUBDIR += pinfo SUBDIR += pipe diff --git a/misc/php72-calendar/Makefile b/misc/php72-calendar/Makefile new file mode 100644 index 000000000000..c2e6852d1f41 --- /dev/null +++ b/misc/php72-calendar/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= misc + +MASTERDIR= ${.CURDIR}/../../lang/php72 + +PKGNAMESUFFIX= -calendar + +.include "${MASTERDIR}/Makefile" diff --git a/misc/php72-calendar/php71-calendar/Makefile b/misc/php72-calendar/php71-calendar/Makefile new file mode 100644 index 000000000000..646a8217d605 --- /dev/null +++ b/misc/php72-calendar/php71-calendar/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= misc + +MASTERDIR= ${.CURDIR}/../../lang/php71 + +PKGNAMESUFFIX= -calendar + +.include "${MASTERDIR}/Makefile" |