mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
5c53cd9ac6
- Pet portlint - Add CPAN as primary WWW Changes: http://search.cpan.org/dist/DBIx-DBSchema/Changes
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# New ports collection makefile for: databases/p5-DBIx-DBSchema
|
|
# Date created: 21 September 2002
|
|
# Whom: Peter Avalos <pavalos@theshell.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= DBIx-DBSchema
|
|
PORTVERSION= 0.40
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= An OO-interface to database schemas
|
|
|
|
BUILD_DEPENDS= p5-FreezeThaw>=0:${PORTSDIR}/devel/p5-FreezeThaw \
|
|
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= DBIx::DBSchema.3 DBIx::DBSchema::ColGroup.3 \
|
|
DBIx::DBSchema::ColGroup::Index.3 DBIx::DBSchema::ColGroup::Unique.3 \
|
|
DBIx::DBSchema::Column.3 DBIx::DBSchema::DBD.3 \
|
|
DBIx::DBSchema::DBD::mysql.3 DBIx::DBSchema::DBD::Pg.3 \
|
|
DBIx::DBSchema::DBD::Sybase.3 DBIx::DBSchema::Table.3 \
|
|
DBIx::DBSchema::DBD::Oracle.3 DBIx::DBSchema::DBD::SQLite.3 \
|
|
DBIx::DBSchema::Index.3
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
PORTDOCS= Changes README
|
|
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
|
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|