mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
dec946ad51
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
28 lines
603 B
Makefile
28 lines
603 B
Makefile
# New ports collection makefile for: devel/p5-relative
|
|
# Date created: Tue Dec 9 11:32:16 EST 2008
|
|
# Whom: skreuzer@exit2shell.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= relative
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:SAPER
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Load modules with relative names
|
|
|
|
RUN_DEPENDS= p5-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
|
|
|
BUILD_DEPEND= ${RUN_DEPENDS} \
|
|
p5-Test-Simple>=0.74:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= relative.3
|
|
|
|
.include <bsd.port.mk>
|