1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/net/p5-Socket6/Makefile
Mathieu Arnold 61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00

28 lines
674 B
Makefile

# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
# $FreeBSD$
PORTNAME= Socket6
PORTVERSION= 0.25
PORTREVISION= 1
CATEGORIES= net perl5 ipv6
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR=CPAN:UMEMOTO
PKGNAMEPREFIX= p5-
MAINTAINER= ume@FreeBSD.org
COMMENT= IPv6 related part of the C socket.h defines and structure manipulators
LICENSE= BSD3CLAUSE
USES= perl5
USE_PERL5= configure
CONFIGURE_ENV+= CC="${CC}"
PLIST_FILES= %%PERL5_MAN3%%/Socket6.3.gz \
%%SITE_PERL%%/%%PERL_ARCH%%/Socket6.pm \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6/.packlist \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6/Socket6.so
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6
.include <bsd.port.mk>