aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Term-Title/Makefile
blob: 48e76b9153dff5a6545c52d7304b452f8e8b633f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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>