aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-List-Pairwise/Makefile
blob: 99a730503aaf7e2f7f2dd8c4c00e6f12760efec4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	List-Pairwise
DISTVERSION=	1.03
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	schaiba@gmail.com
COMMENT=	Map/grep arrays and hashes pairwise
WWW=		https://metacpan.org/pod/List::Pairwise

LICENSE=	ART10

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>