1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/sysutils/p5-BackupPC-XS/Makefile
Philippe Audeoud d2afd50c6a BackupPC::XS implements various BackupPC functions in a perl-callable module.
This module is required for BackupPC V4+.

WWW: http://backuppc.sourceforge.net

PR:		ports/182403
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru>
2013-11-18 14:08:08 +00:00

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>