were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same.
22 lines
577 B
Makefile
22 lines
577 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/05/02 16:21:45 reed Exp $
|
|
#
|
|
|
|
DISTNAME= IO-Socket-INET6-2.56
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|
|
|
MAINTAINER= adrianp@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/IO-Socket-INET6/
|
|
COMMENT= Perl object interface for AF_INET|AF_INET6 domain sockets
|
|
|
|
DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6
|
|
|
|
SUPERSEDES= p5-INET6-[0-9]*
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/IO/Socket/INET6/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|