mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
7fe675d41a
Reported by: ionbot
24 lines
614 B
Makefile
24 lines
614 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= 20060915
|
|
CATEGORIES= www security
|
|
|
|
MAINTAINER= nick@foobar.org
|
|
COMMENT= A full featured file management API for Drupal modules
|
|
|
|
DRUPAL4_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 "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
|
|
.include <bsd.port.post.mk>
|