blob: eb718671fad12cd8a5805d059e48b01d97f38656 (
plain)
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
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Rinci
PORTVERSION= 1.1.79
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PERLANCAR
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Language-neutral metadata for your code entities
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= p5-DefHash>=1.0.6:${PORTSDIR}/devel/p5-DefHash \
p5-Sah>=0.9.36:${PORTSDIR}/devel/p5-Sah
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>
|