Lines 4-10
Link Here
|
4 |
# $FreeBSD: ports/security/p5-Crypt-SaltedHash/Makefile,v 1.1 2005/12/21 16:37:19 erwin Exp $ |
4 |
# $FreeBSD: ports/security/p5-Crypt-SaltedHash/Makefile,v 1.1 2005/12/21 16:37:19 erwin Exp $ |
5 |
|
5 |
|
6 |
PORTNAME= Crypt-SaltedHash |
6 |
PORTNAME= Crypt-SaltedHash |
7 |
PORTVERSION= 0.03 |
7 |
PORTVERSION= 0.04 |
8 |
CATEGORIES= security perl5 |
8 |
CATEGORIES= security perl5 |
9 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
9 |
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} |
10 |
MASTER_SITE_SUBDIR= Crypt |
10 |
MASTER_SITE_SUBDIR= Crypt |
Lines 13-27
Link Here
|
13 |
MAINTAINER= gkovesdan@t-hosting.hu |
13 |
MAINTAINER= gkovesdan@t-hosting.hu |
14 |
COMMENT= Perl extension to work with salted hashes |
14 |
COMMENT= Perl extension to work with salted hashes |
15 |
|
15 |
|
16 |
BUILD_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest \ |
16 |
RUN_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest |
17 |
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 |
17 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
|
|
18 |
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ |
19 |
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 |
18 |
|
20 |
|
19 |
PERL_CONFIGURE= yes |
21 |
PERL_CONFIGURE= yes |
20 |
|
22 |
|
21 |
MAN3= Crypt::SaltedHash.3 |
23 |
MAN3= Crypt::SaltedHash.3 |
22 |
|
24 |
|
23 |
.include <bsd.port.pre.mk> |
25 |
.include <bsd.port.mk> |
24 |
.if ${PERL_LEVEL} <= 500503 |
|
|
25 |
IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again |
26 |
.endif |
27 |
.include <bsd.port.post.mk> |