1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/devel/p5-local-lib/Makefile
Andrej Zverev dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00

31 lines
691 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.008004
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:APEIRON
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to create and use a local lib/ with PERL5LIB
RUN_DEPENDS= \
p5-Module-Build>=0.36:${PORTSDIR}/devel/p5-Module-Build \
p5-ExtUtils-Install>=1.43:${PORTSDIR}/devel/p5-ExtUtils-Install
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= POD2::DE::local::lib.3 \
POD2::PT_BR::local::lib.3 \
lib::core::only.3 \
local::lib.3
.include <bsd.port.mk>