diff options
Diffstat (limited to 'ftp/php72-curl/php71-curl/Makefile')
-rw-r--r-- | ftp/php72-curl/php71-curl/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
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" |