1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/p5-CPAN-SQLite/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>