mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
27 lines
475 B
Makefile
27 lines
475 B
Makefile
# 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|