597afc47ba
With hat: portmgr Sponsored by: Absolight
20 lines
436 B
Makefile
20 lines
436 B
Makefile
# Created by: Anton Berezin <tobez@tobez.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text-FixedLength-Extra
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Various niceties for p5-Text-FixedLength lovers
|
|
|
|
BUILD_DEPENDS= p5-Text-FixedLength>=0:textproc/p5-Text-FixedLength
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|