aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-experimental/Makefile
blob: 14a0480e0f168a17a9216fb5dc4a3fa19837d86d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   experimental
PORTVERSION=    0.016
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:LEONT
PKGNAMEPREFIX=  p5-

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Experimental features made easy

LICENSE=    ART10 GPLv1+
LICENSE_COMB=   dual

NO_ARCH=    yes
USE_PERL5=  modbuildtiny
USES=       perl5

.include <bsd.port.mk>