2010-10-18 17:41:44 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/10/18 21:41:46 espie 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-09-24 11:37:42 -04:00
|
|
|
REVISION= 1
|
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>
|