mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
d2afd50c6a
This module is required for BackupPC V4+. WWW: http://backuppc.sourceforge.net PR: ports/182403 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru>
22 lines
405 B
Makefile
22 lines
405 B
Makefile
# Created by: Alexander Moisseev <moiseev@mezonplus.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= BackupPC-XS
|
|
PORTVERSION= 0.20
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= backuppc/backuppc-beta/4.0.0alpha2
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= moiseev@mezonplus.ru
|
|
COMMENT= Perl extension for BackupPC libraries
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAKE_JOBS_UNSAFE=yes
|
|
|
|
.include <bsd.port.mk>
|