mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 21:11:17 +02:00
20 lines
394 B
Makefile
20 lines
394 B
Makefile
# Created by: ache
|
|
# $FreeBSD: head/net/p5-URI/Makefile 362337 2014-07-20 17:10:16Z leeym $
|
|
|
|
PORTNAME= URI
|
|
PORTVERSION= 1.64
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ETHER
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= onborodin@gmail.com
|
|
COMMENT= Perl5 interface to Uniform Resource Identifier (URI) references
|
|
|
|
USE_PERL5= configure
|
|
USES+= gmake perl5
|
|
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|