diff options
author | wen <wen@FreeBSD.org> | 2012-10-30 09:47:15 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-10-30 09:47:15 +0800 |
commit | 73b4bf6642e2f767daadcbe61eefd930f8c5f472 (patch) | |
tree | 7580f08308ff2ce68943ceffdc9e2209c3eff164 /databases | |
parent | 0e7a83b53581d4633d9a6aec570982cada03c803 (diff) | |
download | freebsd-ports-gnome-73b4bf6642e2f767daadcbe61eefd930f8c5f472.tar.gz freebsd-ports-gnome-73b4bf6642e2f767daadcbe61eefd930f8c5f472.tar.zst freebsd-ports-gnome-73b4bf6642e2f767daadcbe61eefd930f8c5f472.zip |
- Trim Makefile headers
- Reset maintainer to perl@
Feature safe: yes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-Google/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/databases/p5-DBD-Google/Makefile b/databases/p5-DBD-Google/Makefile index 1332732d5620..535dfc22a530 100644 --- a/databases/p5-DBD-Google/Makefile +++ b/databases/p5-DBD-Google/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: p5-DBD-Google -# Date created: Apr 7, 2005 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= DBD-Google PORTVERSION= 0.51 @@ -13,7 +8,7 @@ CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Treat Google as a datasource for DBI BUILD_DEPENDS= p5-Net-Google>=0:${PORTSDIR}/net/p5-Net-Google \ |