diff options
Diffstat (limited to 'www/drupal5-imagefield/Makefile')
-rw-r--r-- | www/drupal5-imagefield/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/www/drupal5-imagefield/Makefile b/www/drupal5-imagefield/Makefile deleted file mode 100644 index fa61c3bcd341..000000000000 --- a/www/drupal5-imagefield/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: drupal5-imagefield -# Date created: 11 February 2008 -# Whom: Jeremy Iverson <jeremy@algenta.com> -# -# $FreeBSD$ -# - -PORTNAME= imagefield -DISTVERSION= 5.x-1.2-rc1 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://ftp.drupal.org/files/projects/ - -MAINTAINER= jeremy@algenta.com -COMMENT= Image Field module for Drupal 5 - -DEPRECATED= Use drupal[67] instead -EXPIRATION_DATE=2011-08-29 - -DRUPAL5_MODULE= yes -MODULE_FILES= imagefield.css imagefield.info imagefield.install \ - imagefield.module -DOC_FILES= LICENSE.txt README.txt - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/drupal5/bsd.drupal.mk" -.include <bsd.port.post.mk> |