freebsd-ports/devel/p5-List-Pairwise/Makefile
2021-04-06 16:31:07 +02:00

19 lines
314 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
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>