diff options
Diffstat (limited to 'devel/libev/Makefile')
-rw-r--r-- | devel/libev/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/libev/Makefile b/devel/libev/Makefile index dc3f621cdcf..5b6511b6fde 100644 --- a/devel/libev/Makefile +++ b/devel/libev/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/08/08 19:40:37 sno Exp $ +# $NetBSD: Makefile,v 1.2 2009/08/16 15:38:01 wiz Exp $ DISTNAME= libev-3.7 -PKGNAME= ${DISTNAME} CATEGORIES= devel MASTER_SITES= http://dist.schmorp.de/libev/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= tonio@NetBSD.org HOMEPAGE= http://software.schmorp.de/pkg/libev.html -COMMENT= A full-featured and high-performance event loop +COMMENT= Full-featured and high-performance event loop LICENSE= modified-bsd OR gnu-gpl-v2 # NOTE: 2-clause BSD GNU_CONFIGURE= yes |