mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
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>
This commit is contained in:
parent
4423bd2d97
commit
99875ff918
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189446
@ -117,6 +117,7 @@
|
||||
SUBDIR += drupal4-taxonomy_access
|
||||
SUBDIR += drupal4-textile
|
||||
SUBDIR += drupal5
|
||||
SUBDIR += drupal5-adsense
|
||||
SUBDIR += drupal5-gsitemap
|
||||
SUBDIR += drupal5-taxonomy_access
|
||||
SUBDIR += drupal5-tinymce
|
||||
|
23
www/drupal5-adsense/Makefile
Normal file
23
www/drupal5-adsense/Makefile
Normal file
@ -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>
|
3
www/drupal5-adsense/distinfo
Normal file
3
www/drupal5-adsense/distinfo
Normal file
@ -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
|
5
www/drupal5-adsense/pkg-descr
Normal file
5
www/drupal5-adsense/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user