aboutsummaryrefslogblamecommitdiff
path: root/www/drupal6-path_redirect/Makefile
blob: e24ab963adccf3ed9c266786fbbef0076e809017 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                             
           

                             
                           

                   
                                

                                                
                               











                                                                             
                      
# Created by: Nick Hilliard <nick@foobar.org>
# $FreeBSD$

PORTNAME=	path_redirect
DISTVERSION=	6.x-1.0-rc2
CATEGORIES=	www

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	Drupal module to allow redirects

USES=		drupal:6,module

MODULE_FILES=	generate/path_redirect_generate.drush.inc \
		generate/path_redirect_generate.info \
		generate/path_redirect_generate.module \
		path_redirect.admin.inc path_redirect.info \
		path_redirect.install path_redirect.js path_redirect.module \
		path_redirect.test

MODULE_DIRS=	generate

DOC_FILES=	LICENSE.txt README.txt

.include <bsd.port.mk>