No, not directly. But you can use a simple script that expands the group membership and assigns the corresponding retention policy. Something like this:
Get-DistributionGroupMember groupname | % { Set-Mailbox -Identity $_.PrimarySmtpAddress -RetentionPolicy blabla }