mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
0ae3dc3b3a
- Update pkg-plist 1.02 Thu Sep 15 2005 Andrew Sterling Hanenkamp <hanenkamp@cpan.org> * Switched from ExtUtils::MakeMaker to Module::Build. * Added dependencies on Class::DBI 0.96 (thanks to MJH <mjh@liminalflux.net for the suggestion) * Updated the README documentation. * Changed the environment variables used for testing. * Fixed testing so that tests are skipped when optional prerequisites are not installed. * Removed Class::DBI::DDL::mysql as it did nothing. PR: 98180 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit)
33 lines
699 B
Makefile
33 lines
699 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= daniel@itxl.nl
|
|
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>
|