76f3222580
are part of lang/perl5* pkg-plist - Bump PORTREVISIONs With Hat: perl@
25 lines
610 B
Makefile
25 lines
610 B
Makefile
# New ports collection makefile for: DBIx-Class-InflateColumn-IP
|
|
# Date created: 23 Oct 2008
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= DBIx-Class-InflateColumn-IP
|
|
PORTVERSION= 0.02001
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Component to auto-create NetAddr::IP objects from columns
|
|
|
|
RUN_DEPENDS= p5-DBIx-Class>=0.06002:${PORTSDIR}/databases/p5-DBIx-Class \
|
|
p5-NetAddr-IP>=4.00.7:${PORTSDIR}/net-mgmt/p5-NetAddr-IP
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= DBIx::Class::InflateColumn::IP.3
|
|
|
|
.include <bsd.port.mk>
|