2010-12-03 11:46:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2010/12/03 11:46:47 ajacoutot Exp $
|
2005-02-06 15:08:44 +00:00
|
|
|
|
2007-09-15 23:29:57 +00:00
|
|
|
COMMENT= hashes with encrypting fields
|
2005-02-06 15:08:44 +00:00
|
|
|
|
2007-01-15 17:40:09 +00:00
|
|
|
MODULES= cpan
|
2009-09-10 09:43:24 +00:00
|
|
|
DISTNAME= Tie-EncryptedHash-1.24
|
2010-12-03 11:46:46 +00:00
|
|
|
REVISION= 0
|
2007-01-15 17:40:09 +00:00
|
|
|
CATEGORIES= security
|
2010-10-18 21:41:44 +00:00
|
|
|
USE_GROFF = Yes
|
2005-02-06 15:08:44 +00:00
|
|
|
|
|
|
|
# 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 17:22:40 +00:00
|
|
|
RUN_DEPENDS= security/p5-Crypt-CBC
|
2005-02-06 15:08:44 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|