mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
96a38c7c3a
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category W. CR: D510 Approved by: portmgr (bapt)
19 lines
439 B
Makefile
19 lines
439 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= API for Consistent Server Side Mime Detection
|
|
|
|
USES= drupal:6,module
|
|
|
|
MODULE_FILES= magic magic.mgc magic.mime \
|
|
mimedetect.info mimedetect.install mimedetect.module
|
|
DOC_FILES= LICENSE.txt README.txt
|
|
|
|
.include <bsd.port.mk>
|