aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Sub-Alias/Makefile
blob: fa42f575053b2a4ed66ec4a51e7481e3ba0efb6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Peter Vereshagin <peter@vereshagin.org>
# $FreeBSD$

PORTNAME=	Sub-Alias
PORTVERSION=	0.03
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	peter@vereshagin.org
COMMENT=	Simple subroutine alias

LICENSE=	MIT

BUILD_DEPENDS=	p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
		p5-Devel-Declare>=0:${PORTSDIR}/devel/p5-Devel-Declare \
		p5-Devel-BeginLift>=0:${PORTSDIR}/devel/p5-Devel-BeginLift
RUN_DEPENDS=	p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
		p5-Devel-Declare>=0:${PORTSDIR}/devel/p5-Devel-Declare \
		p5-Devel-BeginLift>=0:${PORTSDIR}/devel/p5-Devel-BeginLift

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>