freebsd-ports/sysutils/p5-Probe-Perl/Makefile
Frederic Culot e2647c7f8f - Update to 0.03
- Add LICENSE (Artistic 1 & GPL 1)
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Probe-Perl/Changes
2015-10-14 14:46:08 +00:00

21 lines
413 B
Makefile

# Created by: Felippe de Meirelles Motta <lippemail@gmail.com>
# $FreeBSD$
PORTNAME= Probe-Perl
PORTVERSION= 0.03
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KWILLIAMS
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Information about the currently running perl
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>