2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2010/12/03 11:45:42 ajacoutot Exp $
|
2002-04-19 11:12:41 -04:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= Pure Perl MySQL network protocol interface
|
2002-04-19 11:12:41 -04:00
|
|
|
|
2006-10-18 18:14:23 -04:00
|
|
|
VERSION= 0.09
|
2002-04-19 11:12:41 -04:00
|
|
|
DISTNAME= Net-MySQL-${VERSION}
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 2
|
2006-11-14 06:39:37 -05:00
|
|
|
CATEGORIES= net
|
2002-04-19 11:12:41 -04:00
|
|
|
|
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
|
|
|
|
|
|
|
# GPL/Artistic License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-19 17:31:32 -05:00
|
|
|
RUN_DEPENDS= security/p5-Digest-SHA1
|
2006-11-14 06:39:37 -05:00
|
|
|
|
|
|
|
MODULES= cpan
|
2010-11-19 17:31:32 -05:00
|
|
|
USE_GROFF = Yes
|
2004-02-01 15:17:43 -05:00
|
|
|
|
2002-04-19 11:12:41 -04:00
|
|
|
.include <bsd.port.mk>
|