aboutsummaryrefslogtreecommitdiff
path: root/www/drupal5-securepages
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-01-10 22:15:05 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-01-10 22:15:05 +0000
commitee9a28850f11a0d957866a7f5c5ca836c19616fa (patch)
tree27c8d0838fd8a76cee8c0c4d42380cb7f710003a /www/drupal5-securepages
parent3e81c669131b7ea67a93205a3aed2b4ab3c70d5e (diff)
downloadports-ee9a28850f11a0d957866a7f5c5ca836c19616fa.tar.gz
ports-ee9a28850f11a0d957866a7f5c5ca836c19616fa.zip
Set which pages are always going to be used in secure mode (SSL).
WWW: http://drupal.org/project/securepages PR: ports/119334 Submitted by: Dennis Cabooter <freebsd at rootxs.org>
Notes
Notes: svn path=/head/; revision=205404
Diffstat (limited to 'www/drupal5-securepages')
-rw-r--r--www/drupal5-securepages/Makefile24
-rw-r--r--www/drupal5-securepages/distinfo3
-rw-r--r--www/drupal5-securepages/pkg-descr3
3 files changed, 30 insertions, 0 deletions
diff --git a/www/drupal5-securepages/Makefile b/www/drupal5-securepages/Makefile
new file mode 100644
index 000000000000..436eb4969562
--- /dev/null
+++ b/www/drupal5-securepages/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: drupal5-securepages
+# Date created: 04 Januari 2008
+# Whom: Dennis Cabooter <freebsd@rootxs.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= securepages
+DISTVERSION= 5.x-1.6
+CATEGORIES= www
+MASTER_SITES= http://ftp.drupal.org/files/projects/
+
+MAINTAINER= freebsd@rootxs.org
+COMMENT= Set which pages are always going to be used in secure mode (SSL)
+
+DRUPAL5_MODULE= yes
+MODULE_DIRS= po
+MODULE_FILES= securepages.install securepages.module securepages.info
+
+DOC_FILES= LICENSE.txt
+
+.include <bsd.port.pre.mk>
+.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
+.include <bsd.port.post.mk>
diff --git a/www/drupal5-securepages/distinfo b/www/drupal5-securepages/distinfo
new file mode 100644
index 000000000000..d5feab9a7b54
--- /dev/null
+++ b/www/drupal5-securepages/distinfo
@@ -0,0 +1,3 @@
+MD5 (drupal/securepages-5.x-1.6.tar.gz) = 0995b623910afc2378c06c6f537ce684
+SHA256 (drupal/securepages-5.x-1.6.tar.gz) = f4f29e60a0ea873fb7afe4887033741ff9ebefddbd7ac7fd06d61a4cc9631671
+SIZE (drupal/securepages-5.x-1.6.tar.gz) = 8925
diff --git a/www/drupal5-securepages/pkg-descr b/www/drupal5-securepages/pkg-descr
new file mode 100644
index 000000000000..81b52fe096a9
--- /dev/null
+++ b/www/drupal5-securepages/pkg-descr
@@ -0,0 +1,3 @@
+Set which pages are always going to be used in secure mode (SSL).
+
+WWW: http://drupal.org/project/securepages