23 lines
491 B
Makefile
23 lines
491 B
Makefile
# $OpenBSD: Makefile,v 1.9 2006/11/14 12:01:41 wilfried Exp $
|
|
|
|
COMMENT= "Pure Perl MySQL network protocol interface"
|
|
|
|
VERSION= 0.09
|
|
DISTNAME= Net-MySQL-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}p1
|
|
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= :p5-Digest-SHA1-*:security/p5-Digest-SHA1
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|