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>
|