freebsd-ports/sysutils/p5-BackupPC-XS/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

20 lines
424 B
Makefile

PORTNAME= BackupPC-XS
PORTVERSION= 0.62
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CBARRATT
PKGNAMEPREFIX= p5-
MAINTAINER= moiseev@mezonplus.ru
COMMENT= Perl extension for BackupPC libraries
WWW= https://backuppc.sourceforge.net
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>