1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/devel/p5-Term-Title/Makefile
Steve Wills d87454808a - Update to 0.08
- Use configure instead of modbuild

PR:		ports/189503
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-05-09 19:59:16 +00:00

18 lines
337 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= Term-Title
PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Portable API to set the terminal titlebar
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>