19 lines
355 B
Makefile
19 lines
355 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/03/22 13:54:21 sturm Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= perl interface to the MD2 Algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Digest-MD2-2.03
|
|
PKGNAME= p5-${DISTNAME}p1
|
|
CATEGORIES= security
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|