22 lines
372 B
Makefile
22 lines
372 B
Makefile
# $OpenBSD: Makefile,v 1.10 2012/08/23 15:52:47 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= perl interface to the MD2 Algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Digest-MD2-2.03
|
|
REVISION= 4
|
|
CATEGORIES= security
|
|
USE_GROFF = Yes
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|