aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Search-Xapian
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2012-01-24 19:33:55 +0800
committerculot <culot@FreeBSD.org>2012-01-24 19:33:55 +0800
commita022644dd17d659ddf78dc9cbace0cc407b684d1 (patch)
tree45d626b211d629848e57f8c09bef298ef9a7c89f /databases/p5-Search-Xapian
parent33c0e2f612413d80fc986f66b4052e7744fdc836 (diff)
downloadfreebsd-ports-gnome-a022644dd17d659ddf78dc9cbace0cc407b684d1.tar.gz
freebsd-ports-gnome-a022644dd17d659ddf78dc9cbace0cc407b684d1.tar.zst
freebsd-ports-gnome-a022644dd17d659ddf78dc9cbace0cc407b684d1.zip
- Reset MAINTAINER [1]
- Pet portlint(1) by moving LICENSE section earlier PR: ports/164434 [1] Submitted by: Jean-Francois Dockes <jf@dockes.org> (maintainer)
Diffstat (limited to 'databases/p5-Search-Xapian')
-rw-r--r--databases/p5-Search-Xapian/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/p5-Search-Xapian/Makefile b/databases/p5-Search-Xapian/Makefile
index decf8a96dfa5..2cb2b2b29051 100644
--- a/databases/p5-Search-Xapian/Makefile
+++ b/databases/p5-Search-Xapian/Makefile
@@ -11,14 +11,15 @@ CATEGORIES= databases perl5
MASTER_SITES= http://oligarchy.co.uk/xapian/1.0.22/
PKGNAMEPREFIX= p5-
-MAINTAINER= jf@dockes.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= Perl XS frontend to the Xapian C++ search library
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= xapian-core>=1.0.22:${PORTSDIR}/databases/xapian-core
RUN_DEPENDS:= ${BUILD_DEPENDS}
-LICENSE_COMB= dual
-LICENSE= ART10 GPLv1
PERL_CONFIGURE= yes
CC= ${CXX}