mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
cc95b9c2e2
PR: 224073 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
23 lines
454 B
Makefile
23 lines
454 B
Makefile
# Created by: Alexander Moisseev <moiseev@mezonplus.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= BackupPC-XS
|
|
PORTVERSION= 0.57
|
|
CATEGORIES= sysutils perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:CBARRATT
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= moiseev@mezonplus.ru
|
|
COMMENT= Perl extension for BackupPC libraries
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/BackupPC/XS/XS.so
|
|
|
|
.include <bsd.port.mk>
|