mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
28 lines
692 B
Makefile
28 lines
692 B
Makefile
# Created by: Christopher Boumenot <boumenot@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= CPAN-SQLite
|
|
PORTVERSION= 0.199
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:RKOBES
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= eg@fbsd.lt
|
|
COMMENT= Search CPAN using a SQLite database
|
|
|
|
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-IO-Zlib>=0:archivers/p5-IO-Zlib \
|
|
p5-Archive-Tar>=0:archivers/p5-Archive-Tar \
|
|
p5-libwww>=0:www/p5-libwww \
|
|
p5-PathTools>=0:devel/p5-PathTools
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|