openbsd-ports/security/p5-Tie-EncryptedHash/Makefile

21 lines
410 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2010/12/03 11:46:47 ajacoutot Exp $
COMMENT= hashes with encrypting fields
MODULES= cpan
DISTNAME= Tie-EncryptedHash-1.24
REVISION= 0
CATEGORIES= security
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-20 12:22:40 -05:00
RUN_DEPENDS= security/p5-Crypt-CBC
.include <bsd.port.mk>