29 lines
631 B
Makefile
29 lines
631 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
|
||
|
|
||
|
COMMENT= "easier relationship specification in CDBI::L"
|
||
|
|
||
|
DISTNAME= Class-DBI-Loader-Relationship-1.2
|
||
|
PKGNAME= p5-${DISTNAME}
|
||
|
CATEGORIES= databases perl5
|
||
|
|
||
|
MAINTAINER= Sam Smith <S@msmith.net>
|
||
|
|
||
|
# Same as Perl
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
|
||
|
|
||
|
CONFIGURE_STYLE=perl
|
||
|
|
||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||
|
RUN_DEPENDS= ::databases/p5-Class-DBI \
|
||
|
::databases/p5-Class-DBI-Loader \
|
||
|
::textproc/p5-Lingua-EN-Inflect-Number
|
||
|
|
||
|
PKG_ARCH= *
|
||
|
|
||
|
.include <bsd.port.mk>
|