17 lines
267 B
Makefile
17 lines
267 B
Makefile
# $OpenBSD: Makefile,v 1.20 2014/03/18 23:13:33 jasper Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= interface to the DES encryption algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-DES-2.07
|
|
CATEGORIES= security
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|