mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
- Add missing DEPENDS
- Bump PORTREVISION Feature safe: yes
This commit is contained in:
parent
018f02b917
commit
69402092d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293591
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= CGI-EncryptForm
|
||||
PORTVERSION= 1.02
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MARAL
|
||||
|
@ -15,6 +16,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= swills@FreeBSD.org
|
||||
COMMENT= Implement trusted stateful CGI Form Data using cryptography
|
||||
|
||||
BUILD_DEPENDS= p5-Crypt-HCE_SHA>=0:${PORTSDIR}/security/p5-Crypt-HCE_SHA \
|
||||
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= CGI::EncryptForm.3
|
||||
|
|
Loading…
Add table
Reference in a new issue