freebsd-ports/www/drupal6-mimedetect/Makefile
2014-02-19 04:02:01 +00:00

19 lines
455 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= mimedetect
DISTVERSION= 6.x-1.3
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/
MAINTAINER= wenheping@gmail.com
COMMENT= An API for Consistent Server Side Mime Detection
USE_DRUPAL= yes
DRUPAL6_MODULE= yes
MODULE_FILES= magic magic.mgc magic.mime \
mimedetect.info mimedetect.install mimedetect.module
DOC_FILES= LICENSE.txt README.txt
.include <bsd.port.mk>