diff options
Diffstat (limited to 'ftp/php72-curl')
-rw-r--r-- | ftp/php72-curl/Makefile | 9 | ||||
-rw-r--r-- | ftp/php72-curl/php71-curl/Makefile | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/ftp/php72-curl/Makefile b/ftp/php72-curl/Makefile new file mode 100644 index 000000000000..8a12b6d81e60 --- /dev/null +++ b/ftp/php72-curl/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php72 + +PKGNAMESUFFIX= -curl + +.include "${MASTERDIR}/Makefile" diff --git a/ftp/php72-curl/php71-curl/Makefile b/ftp/php72-curl/php71-curl/Makefile new file mode 100644 index 000000000000..61f26cd2bfbc --- /dev/null +++ b/ftp/php72-curl/php71-curl/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php71 + +PKGNAMESUFFIX= -curl + +.include "${MASTERDIR}/Makefile" |