9e0053e336
ok steven@
19 lines
375 B
Makefile
19 lines
375 B
Makefile
# $OpenBSD: Makefile,v 1.9 2007/01/15 17:40:10 simon Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "interface to the DES encryption algorithm"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-DES-2.05
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= Dan Harnett <danh@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|