summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/pod/pod2text/Makefile
blob: 13a425c067d433bef0e0209d8d41c2d4ae015100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# $FreeBSD$
#

PROG=	pod2text

NOMAN=	true

${PROG}: ${PROG}.PL
	miniperl ${MINIPERLOPT} ${PROG}.PL

.include <bsd.prog.mk>

${PROG}.PL: ${PERL5SRC}/pod/${PROG}.PL
	cp -p ${.OODATE} ${.TARGET}
OpenPOWER on IntegriCloud