mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
ace8ada1ad
- Take over maintainership PR: 124840 Submitted by: Gea-Suan Lin <gslin@gslin.org> (old maintainer)
23 lines
397 B
Makefile
23 lines
397 B
Makefile
# New ports collection makefile for: p5-DBIx-HA
|
|
# Date created: 2007-05-02
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= DBIx-HA
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= DBIx
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= High Availability package for DBI
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= DBIx::HA.3
|
|
|
|
.include <bsd.port.mk>
|