diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-01 23:29:40 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-01 23:29:40 +0800 |
commit | 225ede41c666c5e65acae473d49575940f5958e9 (patch) | |
tree | a9ff6b8a28680de256e2c44899de48dcc32a9a66 /www | |
parent | b5e5f70942c0d8018fcd7f821bb03321de6c5f2d (diff) | |
download | freebsd-ports-gnome-225ede41c666c5e65acae473d49575940f5958e9.tar.gz freebsd-ports-gnome-225ede41c666c5e65acae473d49575940f5958e9.tar.zst freebsd-ports-gnome-225ede41c666c5e65acae473d49575940f5958e9.zip |
- Add LICENSE
- Add NO_ARCH
Diffstat (limited to 'www')
-rw-r--r-- | www/drupal6-mimedetect/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/drupal6-mimedetect/Makefile b/www/drupal6-mimedetect/Makefile index a1e4d749640a..be2ccb3ded46 100644 --- a/www/drupal6-mimedetect/Makefile +++ b/www/drupal6-mimedetect/Makefile @@ -9,10 +9,14 @@ MASTER_SITES= http://ftp.drupal.org/files/projects/ MAINTAINER= ports@FreeBSD.org COMMENT= API for Consistent Server Side Mime Detection +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + USES= drupal:6,module MODULE_FILES= magic magic.mgc magic.mime \ mimedetect.info mimedetect.install mimedetect.module DOC_FILES= LICENSE.txt README.txt +NO_ARCH= yes .include <bsd.port.mk> |