Provides inflation and deflation for Authen::Passphrase instances from
and to either RFC 2307 or crypt encoding. WWW: http://search.cpan.org/dist/DBIx-Class-InflateColumn-Authen-Passphrase/ PR: ports/174734 Submitted by: Frank Wall <fw@moov.de>
This commit is contained in:
parent
99019b3299
commit
285a1f254c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311594
@ -356,6 +356,7 @@
|
||||
SUBDIR += p5-DBIx-Class-EncodedColumn
|
||||
SUBDIR += p5-DBIx-Class-Fixtures
|
||||
SUBDIR += p5-DBIx-Class-FrozenColumns
|
||||
SUBDIR += p5-DBIx-Class-InflateColumn-Authen-Passphrase
|
||||
SUBDIR += p5-DBIx-Class-InflateColumn-FS
|
||||
SUBDIR += p5-DBIx-Class-InflateColumn-IP
|
||||
SUBDIR += p5-DBIx-Class-IntrospectableM2M
|
||||
|
@ -0,0 +1,25 @@
|
||||
# Created by Frank Wall <fw@moov.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= DBIx-Class-InflateColumn-Authen-Passphrase
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= DBIx
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= fw@moov.de
|
||||
COMMENT= Inflate/deflate columns to Authen::Passphrase instances
|
||||
|
||||
RUN_DEPENDS= p5-DBIx-Class-DynamicDefault>=0.03:${PORTSDIR}/databases/p5-DBIx-Class-DynamicDefault \
|
||||
p5-DBIx-Class>=0.08009:${PORTSDIR}/databases/p5-DBIx-Class \
|
||||
p5-Authen-Passphrase>=0:${PORTSDIR}/security/p5-Authen-Passphrase
|
||||
BUILD_DEPENDS:= p5-DBIx-Class-DynamicDefault>=0.03:${PORTSDIR}/databases/p5-DBIx-Class-DynamicDefault \
|
||||
p5-DBIx-Class>=0.08009:${PORTSDIR}/databases/p5-DBIx-Class \
|
||||
p5-Authen-Passphrase>=0:${PORTSDIR}/security/p5-Authen-Passphrase
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= DBIx::Class::InflateColumn::Authen::Passphrase.3
|
||||
|
||||
.include <bsd.port.mk>
|
@ -0,0 +1,2 @@
|
||||
SHA256 (DBIx-Class-InflateColumn-Authen-Passphrase-0.01.tar.gz) = 62609ff5baa51139d2f7a9f9bc6701a3e00f4cf4739a150f942bc84bfe6dc0de
|
||||
SIZE (DBIx-Class-InflateColumn-Authen-Passphrase-0.01.tar.gz) = 11532
|
@ -0,0 +1,4 @@
|
||||
Provides inflation and deflation for Authen::Passphrase instances from
|
||||
and to either RFC 2307 or crypt encoding.
|
||||
|
||||
WWW: http://search.cpan.org/dist/DBIx-Class-InflateColumn-Authen-Passphrase/
|
@ -0,0 +1,11 @@
|
||||
%%SITE_PERL%%/DBIx/Class/InflateColumn/Authen/Passphrase.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/InflateColumn/Authen/Passphrase/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/InflateColumn/Authen/Passphrase
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/InflateColumn/Authen
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/InflateColumn
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
|
||||
@dirrmtry %%SITE_PERL%%/DBIx/Class/InflateColumn/Authen
|
||||
@dirrmtry %%SITE_PERL%%/DBIx/Class/InflateColumn
|
Loading…
Reference in New Issue
Block a user