dd20f919bf
Changes from previous: 2.103622 2010-12-28 21:00:37 Europe/London - Fix for converting between two as_ formats, the delimiter discovery is a bit more relaxed 2.103621 2010-12-28 14:36:42 Europe/London - Add custom format support (rt.cpan #63017) 1.103620 2010-12-28 12:55:41 Europe/London - Port to Dist::Zilla
20 lines
528 B
Makefile
20 lines
528 B
Makefile
# $NetBSD: Makefile,v 1.6 2011/11/11 04:32:18 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= Net-MAC-2.103622
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Net-MAC/
|
|
COMMENT= Perl 5 module for representing and manipulating MAC addresses
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Net/MAC/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|