1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/devel/p5-App-Rad/Makefile
Frederic Culot 18b15ef6c4 App::Rad aims to be a simple yet powerful framework for developing your
command-line applications. It can easily transform your Perl one-liners
into reusable subroutines than can be called directly by the user of
your program.

WWW: http://search.cpan.org/dist/App-Rad/

PR:		ports/172530
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
Feature safe:	yes
2012-10-14 07:55:54 +00:00

25 lines
447 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= App-Rad
PORTVERSION= 1.04
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
PERL_CONFIGURE= yes
MAN3= App::Rad.3 \
App::Rad::Exclude.3 \
App::Rad::Help.3 \
App::Rad::Include.3 \
App::Rad::Plugin.3
.include <bsd.port.mk>