openbsd-ports/databases/p5-Class-DBI-Loader-Relationship/Makefile
naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

21 lines
435 B
Makefile

# $OpenBSD: Makefile,v 1.9 2016/03/20 19:56:09 naddy Exp $
COMMENT= easier relationship specification in CDBI::L
MODULES= cpan
PKG_ARCH= *
DISTNAME= Class-DBI-Loader-Relationship-1.2
REVISION= 0
CATEGORIES= databases
MAINTAINER= Sam Smith <S@msmith.net>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= databases/p5-Class-DBI \
databases/p5-Class-DBI-Loader \
textproc/p5-Lingua-EN-Inflect-Number
.include <bsd.port.mk>