1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/databases/p5-Class-DBI-DDL/Makefile
Mark Linimon c5df696568 Reset daniel@itxl.nl by his request; he is too busy to keep up with these
ports right now.  We hope to see him back in the future.

Hat:		portmgr
2007-03-05 07:16:03 +00:00

33 lines
702 B
Makefile

# New ports collection makefile for: p5-Class-DBI-DDL
# Date created: 18 january 2005
# Whom: Daniel Wijnands <daniel@itxl.nl>
#
# $FreeBSD$
#
PORTNAME= Class-DBI-DDL
PORTVERSION= 1.02
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= DDL for Class-DBI
RUN_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_MODBUILD= yes
MAN3= Class::DBI::DDL.3 \
Class::DBI::DDL::Pg.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= needs perl 5.8 or higher, install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>