mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
34 lines
677 B
Makefile
34 lines
677 B
Makefile
# New ports collection makefile for: p5-URI
|
|
# Version required: 1.*
|
|
# Date created: 1999/04/07
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.2 1999/04/07 20:59:45 ache Exp $
|
|
#
|
|
|
|
DISTNAME= URI-1.02
|
|
PKGNAME= p5-URI-1.02
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= URI
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
USE_PERL5= YES
|
|
MAN3= \
|
|
URI::WithBase.3 \
|
|
URI::data.3 \
|
|
URI::file.3 \
|
|
URI::Heuristic.3 \
|
|
URI::ldap.3 \
|
|
URI::Escape.3 \
|
|
URI.3 \
|
|
URI::URL.3
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
do-configure:
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|