e2647c7f8f
- Add LICENSE (Artistic 1 & GPL 1) - Add NO_ARCH Changes: http://search.cpan.org/dist/Probe-Perl/Changes
21 lines
413 B
Makefile
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>
|