2008-10-02 20:30:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2008/10/02 20:39:33 simon Exp $
|
2005-03-30 21:16:18 +00:00
|
|
|
SHARED_ONLY= Yes
|
2005-03-30 02:51:33 +00:00
|
|
|
|
2007-09-15 23:29:57 +00:00
|
|
|
COMMENT= perl interface to a variant of the MD5 algorithm
|
2007-01-15 17:40:09 +00:00
|
|
|
|
|
|
|
MODULES= cpan
|
2005-03-30 02:51:33 +00:00
|
|
|
DISTNAME= Digest-MD5-M4p-0.01
|
2008-10-02 20:30:43 +00:00
|
|
|
PKGNAME= p5-${DISTNAME}p0
|
2007-01-15 17:40:09 +00:00
|
|
|
CATEGORIES= security
|
2005-03-30 02:51:33 +00: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 21:37:21 +00:00
|
|
|
# trailing ^M after a \ for line continuation confuses gcc2
|
|
|
|
pre-patch:
|
|
|
|
@perl -i -pe 's/\r$$//' ${WRKSRC}/M4p.xs
|
|
|
|
|
2005-03-30 02:51:33 +00:00
|
|
|
.include <bsd.port.mk>
|