2010-12-03 06:46:46 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2010/12/03 11:46:47 ajacoutot Exp $
|
2005-03-30 16:16:18 -05:00
|
|
|
SHARED_ONLY= Yes
|
2005-03-29 21:51:33 -05:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= perl interface to a variant of the MD5 algorithm
|
2007-01-15 12:40:09 -05:00
|
|
|
|
|
|
|
MODULES= cpan
|
2005-03-29 21:51:33 -05:00
|
|
|
DISTNAME= Digest-MD5-M4p-0.01
|
2010-12-03 06:46:46 -05:00
|
|
|
REVISION= 2
|
2007-01-15 12:40:09 -05:00
|
|
|
CATEGORIES= security
|
2010-10-18 17:41:44 -04:00
|
|
|
USE_GROFF = Yes
|
2005-03-29 21:51:33 -05:00
|
|
|
|
|
|
|
# same as perl
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
|
|
|
|
INSTALL_TARGET= install_site
|
|
|
|
|
2006-02-07 16:37:21 -05:00
|
|
|
# trailing ^M after a \ for line continuation confuses gcc2
|
|
|
|
pre-patch:
|
|
|
|
@perl -i -pe 's/\r$$//' ${WRKSRC}/M4p.xs
|
|
|
|
|
2005-03-29 21:51:33 -05:00
|
|
|
.include <bsd.port.mk>
|