aboutsummaryrefslogtreecommitdiffstats
path: root/www/drupal5-ubrowser/Makefile
blob: c334da6b53dcb3ecb5d31948dd8726f545c39612 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:  drupal5-ubrowser
# Date created:  11 February 2008
# Whom:          Jeremy Iverson <jeremy@algenta.com>
#
# $FreeBSD$
#

PORTNAME=   ubrowser
DISTVERSION=    5.x-1.2
PORTREVISION=   1
CATEGORIES= www
MASTER_SITES=   http://ftp.drupal.org/files/projects/

MAINTAINER= jeremy@algenta.com
COMMENT=    uBrowser module for Drupal 5

DEPRECATED= Use drupal[67] instead
EXPIRATION_DATE=2011-08-29

DRUPAL5_MODULE= yes
MODULE_FILES=   ubrowser.css ubrowser.info ubrowser.js ubrowser.module
DOC_FILES=  LICENSE.txt readme.txt

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk"
.include <bsd.port.post.mk>