Lines 4-10
Link Here
|
4 |
# $FreeBSD: ports/security/p5-Crypt-SaltedHash/Makefile,v 1.2 2006/02/04 16:31:26 erwin Exp $ |
4 |
# $FreeBSD: ports/security/p5-Crypt-SaltedHash/Makefile,v 1.2 2006/02/04 16:31:26 erwin Exp $ |
5 |
|
5 |
|
6 |
PORTNAME= Crypt-SaltedHash |
6 |
PORTNAME= Crypt-SaltedHash |
7 |
PORTVERSION= 0.04 |
7 |
PORTVERSION= 0.05 |
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 15-24
Link Here
|
15 |
|
15 |
|
16 |
RUN_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest |
16 |
RUN_DEPENDS= ${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest |
17 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
17 |
BUILD_DEPENDS= ${RUN_DEPENDS} |
18 |
BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ |
18 |
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 |
19 |
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 |
|
|
20 |
|
19 |
|
21 |
PERL_CONFIGURE= yes |
20 |
PERL_MODBUILD= yes |
22 |
|
21 |
|
23 |
MAN3= Crypt::SaltedHash.3 |
22 |
MAN3= Crypt::SaltedHash.3 |
24 |
|
23 |
|