241b722760
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
23 lines
489 B
Makefile
23 lines
489 B
Makefile
# $OpenBSD: Makefile,v 1.10 2007/09/15 22:36:57 merdely 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>
|