Lines 5-11
Link Here
|
5 |
|
5 |
|
6 |
PORTNAME= Crypt-SKey |
6 |
PORTNAME= Crypt-SKey |
7 |
PORTVERSION= 0.10 |
7 |
PORTVERSION= 0.10 |
8 |
PORTREVISION= 1 |
8 |
PORTREVISION= 2 |
9 |
CATEGORIES= security perl5 |
9 |
CATEGORIES= security perl5 |
10 |
MASTER_SITES= CPAN |
10 |
MASTER_SITES= CPAN |
11 |
PKGNAMEPREFIX= p5- |
11 |
PKGNAMEPREFIX= p5- |
Lines 13-20
Link Here
|
13 |
MAINTAINER= ashish@FreeBSD.org |
13 |
MAINTAINER= ashish@FreeBSD.org |
14 |
COMMENT= Perl S/Key calculator |
14 |
COMMENT= Perl S/Key calculator |
15 |
|
15 |
|
16 |
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD4.pm:${PORTSDIR}/security/p5-Digest-MD4 \ |
16 |
BUILD_DEPENDS= p5-Digest-MD4>=0:${PORTSDIR}/security/p5-Digest-MD4 \ |
17 |
${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey |
17 |
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ |
|
|
18 |
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey |
18 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
19 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
19 |
|
20 |
|
20 |
PERL_CONFIGURE= yes |
21 |
PERL_CONFIGURE= yes |