a5e42e835b
- Sort *_DEPENDS - Convert to new options helper - Remove USE_PERL5=extract and outdated post-extract: - Remove no-op SHA option Changes: http://search.cpan.org/dist/DBIx-Class-EncodedColumn/Changes
39 lines
1.3 KiB
Makefile
39 lines
1.3 KiB
Makefile
# Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DBIx-Class-EncodedColumn
|
|
PORTVERSION= 0.00013
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Automatically encode columns
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-DBIx-Class>=0.06002:${PORTSDIR}/databases/p5-DBIx-Class \
|
|
p5-SQL-Translator>=0.09.003:${PORTSDIR}/databases/p5-SQL-Translator \
|
|
p5-Sub-Name>=0.04:${PORTSDIR}/devel/p5-Sub-Name
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
|
|
p5-Dir-Self>=0:${PORTSDIR}/devel/p5-Dir-Self \
|
|
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
OPTIONS_DEFINE= BLOWFISH OPENPGP
|
|
OPTIONS_DEFAULT=BLOWFISH OPENPGP
|
|
BLOWFISH_DESC= Blowfish support
|
|
OPENPGP_DESC= Crypt::OpenPGP (gpg) support
|
|
|
|
BLOWFISH_BUILD_DEPENDS= p5-Crypt-Eksblowfish>=0:${PORTSDIR}/security/p5-Crypt-Eksblowfish
|
|
BLOWFISH_RUN_DEPENDS= p5-Crypt-Eksblowfish>=0:${PORTSDIR}/security/p5-Crypt-Eksblowfish
|
|
OPENPGP_BUILD_DEPENDS= p5-Crypt-CAST5_PP>=0:${PORTSDIR}/security/p5-Crypt-CAST5_PP \
|
|
p5-Crypt-OpenPGP>=0:${PORTSDIR}/security/p5-Crypt-OpenPGP
|
|
OPENPGP_RUN_DEPENDS= p5-Crypt-CAST5_PP>=0:${PORTSDIR}/security/p5-Crypt-CAST5_PP \
|
|
p5-Crypt-OpenPGP>=0:${PORTSDIR}/security/p5-Crypt-OpenPGP
|
|
|
|
.include <bsd.port.mk>
|