diff options
Diffstat (limited to 'archivers/pear-File_Archive/Makefile')
-rw-r--r-- | archivers/pear-File_Archive/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/pear-File_Archive/Makefile b/archivers/pear-File_Archive/Makefile index 50e8916b9679..cd08be304840 100644 --- a/archivers/pear-File_Archive/Makefile +++ b/archivers/pear-File_Archive/Makefile @@ -8,10 +8,13 @@ CATEGORIES= archivers www pear MAINTAINER= joneum@FreeBSD.org COMMENT= PEAR class to manipulate tar, gz, tgz, bz2, tbz, zip, ar (deb) files +LICENSE= LGPL3 + BUILD_DEPENDS= ${PEARDIR}/MIME/Type.php:mail/pear-MIME_Type@${PHP_FLAVOR} RUN_DEPENDS= ${PEARDIR}/MIME/Type.php:mail/pear-MIME_Type@${PHP_FLAVOR} USES= pear php + NO_ARCH= yes USE_PHP= bz2 pcre zlib |