freebsd-ports/devel/p5-List-Pairwise/Makefile
Mark Felder a6683fa366 List::Pairwise provides functions to map and grep lists two elements at
a time, setting $a and $b to each pair instead of setting $_ to each
element.

WWW: https://metacpan.org/pod/List::Pairwise
2017-10-03 17:21:17 +00:00

20 lines
326 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= List-Pairwise
PORTVERSION= 1.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= feld@FreeBSD.org
COMMENT= Map/grep arrays and hashes pairwise
LICENSE= ART10
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>