mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
0eef9143af
- for ports incorrectly installs perllocal.pod, please % perldoc ExtUtils::MakeMaker and search for "pure_install" PR: 79293 Submitted by: Ying-Chieh Chen <yinjieh AT csie dot nctu dot edu dot tw> Approved by: portmgr (marcus)
20 lines
442 B
Makefile
20 lines
442 B
Makefile
# New ports collection makefile for: subversion-perl
|
|
# Date Created: 6 February 2004
|
|
# Whom: Autrijus Tang <autrijus@autrijus.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -perl
|
|
|
|
MAINTAINER= autrijus@autrijus.org
|
|
COMMENT= Version control system with Perl bindings
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/subversion
|
|
PKGDIR= ${.CURDIR}
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
|
|
WITH_PERL= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|