summaryrefslogtreecommitdiff
path: root/net/p5-URI-Nested/Makefile
blob: 183c1dc75e677dace1c4c0b8e5822a75e446a9d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Henrik Hodne <henrik@hodne.io>

PORTNAME=	URI-Nested
PORTVERSION=	0.10
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	henrik@hodne.io
COMMENT=	Perl5 interface for nested URIs

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-URI>=1.40:net/p5-URI

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	modbuild

.include <bsd.port.mk>