b42aa888ac
remove myself as maintainer, I don't use it anymore from Stephan A. Rickauer
19 lines
380 B
Makefile
19 lines
380 B
Makefile
# $OpenBSD: Makefile,v 1.4 2009/09/10 09:43:24 sturm Exp $
|
|
|
|
COMMENT= hashes with encrypting fields
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Tie-EncryptedHash-1.24
|
|
CATEGORIES= security
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::security/p5-Crypt-CBC
|
|
|
|
.include <bsd.port.mk>
|