17 lines
272 B
Makefile
17 lines
272 B
Makefile
# $OpenBSD: Makefile,v 1.19 2013/10/11 23:50:45 naddy Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= interface to the DES encryption algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-DES-2.05
|
|
REVISION= 4
|
|
CATEGORIES= security
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|