1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/devel/p5-local-lib/Makefile
2009-11-14 01:19:12 +00:00

29 lines
697 B
Makefile

# New ports collection makefile for: local::lib
# Date created: 14 Mar 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= local-lib
PORTVERSION= 1.004009
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/A/AP/APEIRON
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to create and use a local lib/ with PERL5LIB
RUN_DEPENDS= \
p5-ExtUtils-CBuilder>0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder \
p5-Module-Build>=0.28:${PORTSDIR}/devel/p5-Module-Build \
p5-ExtUtils-Install>=1.43:${PORTSDIR}/devel/p5-ExtUtils-Install
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= local::lib.3
.include <bsd.port.mk>