1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/devel/p5-File-Sync/Makefile

29 lines
550 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-File-Sync
# Version required: 0.06
# Date created: 6 March 1998
# Whom: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
#
# $Id$
#
DISTNAME= File-Sync-0.06
PKGNAME= p5-File-Sync-0.06
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
MAINTAINER= kuriyama@opt.phys.waseda.ac.jp
NO_PATCH= yes
USE_PERL5= YES
MAN3= File::Sync.3
MANPREFIX= ${PREFIX}/lib/perl5
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>