aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Term-ReadLine-TTYtter/Makefile
blob: e93837cf6fc5234253775322fe4bca921c90e21b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PORTNAME=	Term-ReadLine-TTYtter
PORTVERSION=	1.4
PORTREVISION=	2
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	dereckson@gmail.com
COMMENT=	Perl5 module for Term::ReadLine allowing rich editing
WWW=		https://metacpan.org/release/Term-ReadLine-TTYtter

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure

# Have post-install run before fix-perl-things from Mk/Uses/perl5.mk
TARGET_ORDER_OVERRIDE=		510:post-install

post-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Term/ReadLine/TTYtter
	${MV} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Term/ReadLine/.packlist \
		${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Term/ReadLine/TTYtter/.packlist

.include <bsd.port.mk>