mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
7926eccf7f
Changes: http://search.cpan.org/dist/DBIx-Perlish/Changes Feature safe: yes
26 lines
549 B
Makefile
26 lines
549 B
Makefile
# New ports collection makefile for: databases/p5-DBIx-Perlish
|
|
# Date created: 22 February 2007
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= DBIx-Perlish
|
|
PORTVERSION= 0.59
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= A perlish interface to SQL databases
|
|
|
|
BUILD_DEPENDS= p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
|
|
p5-PadWalker>0:${PORTSDIR}/devel/p5-PadWalker
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= DBIx::Perlish.3
|
|
|
|
.include <bsd.port.mk>
|