mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
28 lines
605 B
Makefile
28 lines
605 B
Makefile
# New ports collection makefile for: DBIx::TransactionManager
|
|
# Date created: 25 Dec 2010
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= DBIx-TransactionManager
|
|
PORTVERSION= 1.09
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:DMAKI
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for database transaction handling
|
|
|
|
RUN_DEPENDS= \
|
|
p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
|
|
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= DBIx::TransactionManager.3
|
|
|
|
.include <bsd.port.mk>
|