aaa1885833
ok jasper@
24 lines
476 B
Makefile
24 lines
476 B
Makefile
# $OpenBSD: Makefile,v 1.14 2010/12/03 11:45:42 ajacoutot Exp $
|
|
|
|
COMMENT= Pure Perl MySQL network protocol interface
|
|
|
|
VERSION= 0.09
|
|
DISTNAME= Net-MySQL-${VERSION}
|
|
REVISION= 2
|
|
CATEGORIES= net
|
|
|
|
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
|
|
|
|
RUN_DEPENDS= security/p5-Digest-SHA1
|
|
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|