eee58d187e
Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
47 lines
1.9 KiB
Makefile
47 lines
1.9 KiB
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Jifty-DBI
|
|
PORTVERSION= 0.77
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Jifty::DBI - An object-relational persistence framework
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Cache-Memcached>=0:${PORTSDIR}/databases/p5-Cache-Memcached \
|
|
p5-Cache-Simple-TimedExpiry>=0.21:${PORTSDIR}/devel/p5-Cache-Simple-TimedExpiry \
|
|
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
|
|
p5-Class-ReturnValue>=0.40:${PORTSDIR}/devel/p5-Class-ReturnValue \
|
|
p5-Class-Trigger>=0.12:${PORTSDIR}/devel/p5-Class-Trigger \
|
|
p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \
|
|
p5-DBD-SQLite>=1.14:${PORTSDIR}/databases/p5-DBD-SQLite \
|
|
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
|
p5-DBIx-DBSchema>=0.34:${PORTSDIR}/databases/p5-DBIx-DBSchema \
|
|
p5-Data-Page>=2.0:${PORTSDIR}/databases/p5-Data-Page \
|
|
p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \
|
|
p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \
|
|
p5-DateTime>=0.34:${PORTSDIR}/devel/p5-DateTime \
|
|
p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite \
|
|
p5-Hash-Merge>=0:${PORTSDIR}/textproc/p5-Hash-Merge \
|
|
p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \
|
|
p5-Object-Declare>=0.22:${PORTSDIR}/devel/p5-Object-Declare \
|
|
p5-Scalar-Defer>=0.10:${PORTSDIR}/devel/p5-Scalar-Defer \
|
|
p5-Time-Duration-Parse>=0.06:${PORTSDIR}/devel/p5-Time-Duration-Parse \
|
|
p5-Time-Duration>=0:${PORTSDIR}/devel/p5-Time-Duration \
|
|
p5-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require \
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
|
p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Warn>=0.1:${PORTSDIR}/devel/p5-Test-Warn
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|