blob: df725271b97cea390c1f6ec90f9cf9fea3f47a3d (
plain) (
tree)
|
|
# New ports collection makefile for: drupal-gsitemap
# Date created: 27 Jan 2007
# Whom: Nick Hilliard <nick@foobar.org>
#
# $FreeBSD$
#
PORTNAME= gsitemap
DISTVERSION= 4.7.x-1.0
PORTREVISION= 20070112
CATEGORIES= www
MASTER_SITES= http://ftp.osuosl.org/pub/drupal/files/projects/
MAINTAINER= nick@foobar.org
COMMENT= Produces Google/sitemaps.org compliant XML WWW site maps
DEPRECATED= Drupal 4.7.x is end-of-life since 200802. Please migrate to Drupal 6.x
EXPIRATION_DATE=2009-03-26
DRUPAL4_MODULE= yes
MODULE_FILES= gsitemap.install gsitemap.module
DOC_FILES= INSTALL.txt LICENSE.txt README.txt
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
.include <bsd.port.post.mk>
|