freebsd-ports/net/p5-Socket6/Makefile

27 lines
713 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Socket6
# Date created: 24 May 2000
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Socket6
2005-08-28 08:51:37 +02:00
PORTVERSION= 0.19
CATEGORIES= net perl5 ipv6
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Socket6
PKGNAMEPREFIX= p5-
MAINTAINER= ume@FreeBSD.org
COMMENT= IPv6 related part of the C socket.h defines and structure manipulators
PERL_CONFIGURE= yes
2005-02-04 13:50:16 +01:00
PLIST_FILES= %%SITE_PERL%%/%%PERL_ARCH%%/Socket6.pm \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6/.packlist \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6/Socket6.bs \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6/Socket6.so
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket6
.include <bsd.port.mk>