forked from Lainports/freebsd-ports
20 lines
333 B
Makefile
20 lines
333 B
Makefile
# Created by: aturetta@commit.it
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Test-LongString
|
|
PORTVERSION= 0.15
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Library to test long strings
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::LongString.3
|
|
|
|
.include <bsd.port.mk>
|