head	1.2;
access;
symbols
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.03.25.10.02.54;	author rafan;	state dead;
branches;
next	1.1;

1.1
date	2007.01.06.04.32.49;	author brooks;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- drupal-* are renamed to drupal4-* for drupal5 ports
@
text
@# New ports collection makefile for:	drupal-filemanager
# Date created:				31 October 2006
# Whom:					Nick Hilliard <nick@@foobar.org>
#
# $FreeBSD: ports/www/drupal-filemanager/Makefile,v 1.1 2007/01/06 04:32:49 brooks Exp $
#

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>
@


1.1
log
@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>
@
text
@d5 1
a5 1
# $FreeBSD$
@

