pkgsrc/net/p5-Cisco-Abbrev/Makefile
seb 7c49ea7a17 Initial import of p5-Cisco-Abbrev version 0.02 in the NetBSD Packages
Collection.

The Perl 5 module Cisco::Abbrev converts between Cisco canonical
interface names (i.e. GigabitEthernet0/1) and the abbreviated forms
often output by their devices (i.e. Gi0/1).
2009-01-29 22:00:17 +00:00

19 lines
523 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/01/29 22:00:17 seb Exp $
#
DISTNAME= Cisco-Abbrev-0.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cisco/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Cisco-Abbrev/
COMMENT= Perl 5 module to translate to/from Cisco interface abbbreviations
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Cisco/Abbrev/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"