openbsd-ports/security/p5-Crypt-DES/Makefile

16 lines
257 B
Makefile

# $OpenBSD: Makefile,v 1.24 2019/07/12 21:02:25 sthen Exp $
COMMENT= interface to the DES encryption algorithm
MODULES= cpan
DISTNAME= Crypt-DES-2.07
CATEGORIES= security
REVISION= 1
# perl
PERMIT_PACKAGE= Yes
WANTLIB += c perl
.include <bsd.port.mk>