23 lines
544 B
Makefile
23 lines
544 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
|
|
PORTREVISION= 1
|
|
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>
|