aboutsummaryrefslogtreecommitdiffstats
path: root/lang/p5-Promises/Makefile
blob: 58d4f1b1a21cf8e327d34204b1c344c6ee95cfb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Promises
PORTVERSION=    0.94
CATEGORIES= lang perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:STEVAN
PKGNAMEPREFIX=  p5-

MAINTAINER= tj@FreeBSD.org
COMMENT=    An implementation of the Promise/A+ pattern

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>