blob: 297f3bdd494cba3fe37d26d527269393f122b955 (
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
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= App-Rad
PORTVERSION= 1.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Rapid (and easy!) creation of command line applications
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
MAN3= App::Rad.3 \
App::Rad::Exclude.3 \
App::Rad::Help.3 \
App::Rad::Include.3 \
App::Rad::Plugin.3
.include <bsd.port.mk>
|