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