freebsd-ports/www/drupal4-filemanager/Makefile
Brooks Davis e6d219ba55 Add drupal-filemanager
This module adds a full featured file management API for your modules
to use. This API is module development and does not directly add
functionality to your site. This module is required for the attachment
module which is an alternative to Drupal's included upload module.

Submitted by:	Nick Hilliard <nick@foobar.org>
2007-01-06 04:32:49 +00:00

23 lines
607 B
Makefile

# New ports collection makefile for: drupal-filemanager
# Date created: 31 October 2006
# Whom: Nick Hilliard <nick@foobar.org>
#
# $FreeBSD$
#
PORTNAME= filemanager
DISTVERSION= ${DRUPAL_VERSION}
PORTREVISION= 20060914
CATEGORIES= www security
MAINTAINER= nick@foobar.org
COMMENT= A full featured file management API for Drupal modules
DRUPAL_MODULE= yes
MODULE_FILES= filemanager.install filemanager.module
DOC_DIRS= doc
DOC_FILES= LICENSE.txt README.txt CREDITS INSTALL doc/filemanager.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/drupal/bsd.drupal.mk"
.include <bsd.port.post.mk>