diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-11-16 10:48:48 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2017-11-16 10:48:48 +0000 |
commit | 687591dd75e7bc33dfeb597493d97e5baaf89f1d (patch) | |
tree | a2ff3d816b255016827738be132f8fc8bff8f5d9 /archivers/php72-bz2 | |
parent | aac918473dab5c241575ef1faf6f91a1736df61d (diff) | |
download | ports-687591dd75e7bc33dfeb597493d97e5baaf89f1d.tar.gz ports-687591dd75e7bc33dfeb597493d97e5baaf89f1d.zip |
Notes
Diffstat (limited to 'archivers/php72-bz2')
-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" |