mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
af6bda5de5
Approved by: portmgr (blanket infrastructure)
21 lines
493 B
Makefile
21 lines
493 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= DBIx-Class-PassphraseColumn
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= DBIx
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= fw@moov.de
|
|
COMMENT= Automatically hash password/passphrase columns
|
|
|
|
RUN_DEPENDS= p5-DBIx-Class-DynamicDefault>=0.03:${PORTSDIR}/databases/p5-DBIx-Class-DynamicDefault \
|
|
p5-DBIx-Class>=0.08009:${PORTSDIR}/databases/p5-DBIx-Class
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|