mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
22 lines
445 B
Makefile
22 lines
445 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DBIx-Perlish
|
|
PORTVERSION= 0.64
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:GRUBER
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Perlish interface to SQL databases
|
|
|
|
BUILD_DEPENDS= p5-DBI>0:databases/p5-DBI \
|
|
p5-PadWalker>0:devel/p5-PadWalker
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|