diff options
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" |