diff options
Diffstat (limited to 'devel/php72-pcntl/Makefile')
-rw-r--r-- | devel/php72-pcntl/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/php72-pcntl/Makefile b/devel/php72-pcntl/Makefile new file mode 100644 index 000000000000..5a5ccd0491f1 --- /dev/null +++ b/devel/php72-pcntl/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +CATEGORIES= devel + +MASTERDIR= ${.CURDIR}/../../lang/php72 + +PKGNAMESUFFIX= -pcntl + +.include "${MASTERDIR}/Makefile" |