mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
17 lines
270 B
Makefile
17 lines
270 B
Makefile
COMMENT= Pure Perl MySQL network protocol interface
|
|
|
|
VERSION= 0.11
|
|
DISTNAME= Net-MySQL-${VERSION}
|
|
CATEGORIES= net
|
|
REVISION= 0
|
|
|
|
# GPL/Artistic License
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= security/p5-Digest-SHA1
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|