mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
18b15ef6c4
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
25 lines
447 B
Makefile
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>
|