17 lines
267 B
Makefile
Raw Normal View History

2014-03-18 23:13:33 +00:00
# $OpenBSD: Makefile,v 1.20 2014/03/18 23:13:33 jasper Exp $
2006-01-12 08:39:56 +00:00
SHARED_ONLY= Yes
COMMENT= interface to the DES encryption algorithm
MODULES= cpan
2014-03-18 23:13:33 +00:00
DISTNAME= Crypt-DES-2.07
CATEGORIES= security
2014-03-18 23:13:33 +00:00
# perl
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 15:50:05 +00:00
WANTLIB += c
2014-03-18 23:13:33 +00:00
.include <bsd.port.mk>