diff options
author | rafan <rafan@FreeBSD.org> | 2007-04-08 03:27:43 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-04-08 03:27:43 +0800 |
commit | e974f3c6d24a5ec2f151c65aa9e5c73ab715e620 (patch) | |
tree | 1fd404ea7643ee47f6f96170c15dc30aba359966 /www/drupal5-adsense | |
parent | e5fee13162d4735433c73f59c7551d3823ffe644 (diff) | |
download | freebsd-ports-gnome-e974f3c6d24a5ec2f151c65aa9e5c73ab715e620.tar.gz freebsd-ports-gnome-e974f3c6d24a5ec2f151c65aa9e5c73ab715e620.tar.zst freebsd-ports-gnome-e974f3c6d24a5ec2f151c65aa9e5c73ab715e620.zip |
Add drupal5-adsense , allows web site owners to display ads on their
site using Google AdSense.
PR: ports/111232
Submitted by: Nick Hilliard <nick at foobar.org>
Diffstat (limited to 'www/drupal5-adsense')
-rw-r--r-- | www/drupal5-adsense/Makefile | 23 | ||||
-rw-r--r-- | www/drupal5-adsense/distinfo | 3 | ||||
-rw-r--r-- | www/drupal5-adsense/pkg-descr | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/www/drupal5-adsense/Makefile b/www/drupal5-adsense/Makefile new file mode 100644 index 000000000000..c601f64543ff --- /dev/null +++ b/www/drupal5-adsense/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: drupal5-adsense +# Date created: 3 Apr 2007 +# Whom: Nick Hilliard <nick@foobar.org> +# +# $FreeBSD$ +# + +PORTNAME= adsense +DISTVERSION= 5.x-1.3 +CATEGORIES= www +MASTER_SITES= http://ftp.osuosl.org/pub/drupal/files/projects/ + +MAINTAINER= nick@foobar.org +COMMENT= Allows web site owners to display ads on their site using Google AdSense + +DRUPAL5_MODULE= yes +MODULE_FILES= adsense.info adsense.install adsense.module adsense_click.js \ + adsense_help.inc +DOC_FILES= LICENSE.txt README.txt + +.include <bsd.port.pre.mk> +.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" +.include <bsd.port.post.mk> diff --git a/www/drupal5-adsense/distinfo b/www/drupal5-adsense/distinfo new file mode 100644 index 000000000000..059acae3c2a0 --- /dev/null +++ b/www/drupal5-adsense/distinfo @@ -0,0 +1,3 @@ +MD5 (drupal/adsense-5.x-1.3.tar.gz) = 9c4ff00fd2dc3b7ea20de0f17eac1a90 +SHA256 (drupal/adsense-5.x-1.3.tar.gz) = 5edbadced3aaac2baa7d138d08b3300faba8fec97b263350394c92ff0ed920ff +SIZE (drupal/adsense-5.x-1.3.tar.gz) = 23708 diff --git a/www/drupal5-adsense/pkg-descr b/www/drupal5-adsense/pkg-descr new file mode 100644 index 000000000000..b4420cccb875 --- /dev/null +++ b/www/drupal5-adsense/pkg-descr @@ -0,0 +1,5 @@ +The Google AdSense module provides Web site owners with the means to earn +revenue from visitors by displaying ads from Google's AdSense service on +their sites. + +WWW: http://drupal.org/project/adsense |