1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/www/drupal5-tapir/Makefile
Martin Wilke a025c0b1ad The Tables API defined by TAPIr can be used by module developers to
include simple, dynamically configurable tables in their modules.
The tables generated by TAPIr feature dynamic loading of data but
also dynamic positioning and disabling of fields (columns) based on
settings configured in the table's settings page. Settings pages are
auto-generated and include helpful links to preview tables and view a
master tabel list. Tables defined by TAPIr are also extensible, so your
tables will be available for other module developers to hook into in a
method similar to the Forms API.

WWW: http://drupal.org/project/tapir

PR:		ports/120576
Submitted by:	Jeremy Iverson <jeremy at algenta.com>
2008-02-16 16:59:16 +00:00

23 lines
528 B
Makefile

# New ports collection makefile for: drupal5-tapir
# Date created: 11 February 2008
# Whom: Jeremy Iverson <jeremy@algenta.com>
#
# $FreeBSD$
#
PORTNAME= tapir
DISTVERSION= 5.x-1.5
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/
MAINTAINER= jeremy@algenta.com
COMMENT= Tables API (TAPIr) module for Drupal 5
DRUPAL5_MODULE= yes
MODULE_FILES= tapir.info tapir.module
DOC_FILES= LICENSE.txt
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk"
.include <bsd.port.post.mk>