openbsd-ports/security/p5-Tie-EncryptedHash/Makefile
2022-03-11 19:53:16 +00:00

16 lines
258 B
Makefile

COMMENT= hashes with encrypting fields
MODULES= cpan
PKG_ARCH= *
DISTNAME= Tie-EncryptedHash-1.24
REVISION= 1
CATEGORIES= security
# GPL/Artistic
PERMIT_PACKAGE= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= security/p5-Crypt-CBC
.include <bsd.port.mk>