diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-01 02:54:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-01 02:54:12 +0800 |
commit | 1de4af006ef760516016e2aaaeeebb322c9f0bb3 (patch) | |
tree | 6af38d44dd570e284aecadb9710e3df414d31987 /textproc/p5-Search-Odeum/Makefile | |
parent | 9d7f4db67306650017f8f9e4ede2855098e11c7a (diff) | |
download | freebsd-ports-gnome-1de4af006ef760516016e2aaaeeebb322c9f0bb3.tar.gz freebsd-ports-gnome-1de4af006ef760516016e2aaaeeebb322c9f0bb3.tar.zst freebsd-ports-gnome-1de4af006ef760516016e2aaaeeebb322c9f0bb3.zip |
- Add LICENSE
- Sort PLIST
- Reformat pkg-descr
Diffstat (limited to 'textproc/p5-Search-Odeum/Makefile')
-rw-r--r-- | textproc/p5-Search-Odeum/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-Search-Odeum/Makefile b/textproc/p5-Search-Odeum/Makefile index a0749c71c3c7..1a44adc19da4 100644 --- a/textproc/p5-Search-Odeum/Makefile +++ b/textproc/p5-Search-Odeum/Makefile @@ -6,16 +6,18 @@ PORTVERSION= 0.02 PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Search PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl interface to the Odeum inverted index API +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + LIB_DEPENDS= libqdbm.so:${PORTSDIR}/databases/qdbm CFLAGS+= -I${LOCALBASE}/include -USES= perl5 USE_PERL5= configure +USES= perl5 .include <bsd.port.mk> |