freebsd-ports/audio/p5-Net-DAAP-DMAP/Makefile
Sunpoet Po-Chuan Hsieh e1ff76a7b0 Remove Perl core modules
- Add NO_ARCH
- Bump PORTREVISION for dependency change
2017-06-17 10:01:54 +00:00

21 lines
448 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-DAAP-DMAP
PORTVERSION= 1.27
PORTREVISION= 3
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for reading and writing DAAP structures
TEST_DEPENDS= p5-Data-HexDump>0:devel/p5-Data-HexDump \
p5-Test-Differences>0:devel/p5-Test-Differences
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>