mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
23 lines
379 B
Makefile
23 lines
379 B
Makefile
# Created by: Henrik Hodne <henrik@hodne.io>
|
|
# $FreeBSD$
|
|
|
|
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>
|