freebsd-ports/devel/p5-CPAN-SQLite/Makefile
Sunpoet Po-Chuan Hsieh c25748c261 Remove nonexistent LICENSE_FILE
Notified by:	antoine
Approved by:	portmgr (blanket)
2017-10-08 07:58:40 +00:00

29 lines
661 B
Makefile

# Created by: Christopher Boumenot <boumenot@gmail.com>
# $FreeBSD$
PORTNAME= CPAN-SQLite
PORTVERSION= 0.199
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RKOBES
PKGNAMEPREFIX= p5-
MAINTAINER= eg@fbsd.lt
COMMENT= Search CPAN using a SQLite database
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
p5-File-HomeDir>=0:devel/p5-File-HomeDir \
p5-CPAN-DistnameInfo>=0:devel/p5-CPAN-DistnameInfo \
p5-libwww>=0:www/p5-libwww \
p5-PathTools>=0:devel/p5-PathTools
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>