2013-08-21 19:42:57 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
2010-07-04 05:36:12 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= PostgreSQL-PLPerl-Trace
|
|
|
|
PORTVERSION= 1.001
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2010-07-04 05:36:12 +02:00
|
|
|
CATEGORIES= databases perl5
|
2011-06-21 08:58:49 +02:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= CPAN:TIMB
|
2010-07-04 05:36:12 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-09-22 19:10:26 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2010-07-04 05:36:12 +02:00
|
|
|
COMMENT= Simple way to trace execution of Perl statements in PL/Perl
|
|
|
|
|
2015-09-17 19:09:45 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2013-08-21 16:08:06 +02:00
|
|
|
USE_PERL5= configure
|
|
|
|
USES= perl5
|
2010-07-04 05:36:12 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|