18 lines
318 B
Makefile
18 lines
318 B
Makefile
# $OpenBSD: Makefile,v 1.19 2019/07/12 20:48:38 sthen Exp $
|
|
|
|
COMMENT= Pure Perl MySQL network protocol interface
|
|
|
|
VERSION= 0.11
|
|
DISTNAME= Net-MySQL-${VERSION}
|
|
CATEGORIES= net
|
|
|
|
# GPL/Artistic License
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= security/p5-Digest-SHA1
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|