mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
4819ca343b
- Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
33 lines
553 B
Makefile
33 lines
553 B
Makefile
# Created by: ache
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= URI
|
|
PORTVERSION= 1.60
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:GAAS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 interface to Uniform Resource Identifier (URI) references
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= URI.3 \
|
|
URI::Escape.3 \
|
|
URI::Heuristic.3 \
|
|
URI::QueryParam.3 \
|
|
URI::Split.3 \
|
|
URI::URL.3 \
|
|
URI::WithBase.3 \
|
|
URI::_punycode.3 \
|
|
URI::data.3 \
|
|
URI::file.3 \
|
|
URI::ldap.3
|
|
|
|
.include <bsd.port.mk>
|